Error performing any action

Support / help / discussion forum for twitter bot
Post Reply
shaner4042
Posts: 86
Joined: Sun Sep 04, 2016 5:25 pm

Error performing any action

Post by shaner4042 »

Hello,

Getting a strange error when trying to perform actions such as like, follow, unfollow:


"Scrape from users: 1
Scrape details from: 1 inputs
Getting user details for :1 ids
FAILED GET: (913941) 403
https://api.twitter.com/1.1/users/looku ... merhub2020
* WARNING: Request failed with Twitter response: This request requires a matching csrf cookie and header.
error: deserialising: iofUEqemH type: List`1
ERROR: scrape users from ID :Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[LibTwitterJsonData.JsonUser]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly.
To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object.
Path 'errors', line 1, position 10.
No users found for: https://mobile.twitter.com/gamerhub2020
* FAILED: UserDetails: https://mobile.twitter.com/gamerhub2020 with: gamerhub2020

*********
Processed: 0/1
Failed: 0
*********'


I cant perform any aciton due to this. Any thoughts on why this is happening? Account is not banned, or limited from performing any actions. I can do them manually. Running on home IP, no proxy.

LOGS: 74252
User avatar
martin@rootjazz
Site Admin
Posts: 34369
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Error performing any action

Post by martin@rootjazz »

Try a clean login:



Goto the ACCOUNTS tab
Check the account
Right click the account and select DELETE COOKIES
Uncheck option to USE EXISTING COOKIES
click the link VERIFY:LOGIN


If that goes through fine, then try your action again, I think it should work.



Regards,
Martin
Post Reply