FAILED GET error on search&reply function

Support / help / discussion forum for twitter bot
Post Reply
hakunamatata187
Posts: 9
Joined: Wed Jul 29, 2020 10:02 am

FAILED GET error on search&reply function

Post by hakunamatata187 »

I have been running several bots for the past 2 days using the search and reply function and they seem to be doing what I want (they are on 100 repeats so still active since day 1) :D but without changing anything for the past hour all return with

FAILED GET: (xxxxxx) -1

for example:

FAILED GET: (987178) -1

* ERROR: Error reading JObject from JsonReader. Path '', line 0, position 0. Errors in row: 5
* ERROR: Error reading JObject from JsonReader. Path '', line 0, position 0.

FAILED GET: (242657) -1

* ERROR: Error reading JObject from JsonReader. Path '', line 0, position 0. Errors in row: 4
Paused for 4secs
GET: https://api.twitter.com/2/timeline/prof ... &count=100
GET: -1


other functions seem to work ok, I checked twitter api status and cant seem any new issues so wondering if maybe they have been running for too long now and need to be cancelled?
User avatar
martin@rootjazz
Site Admin
Posts: 34695
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: FAILED GET error on search&reply function

Post by martin@rootjazz »

-1 / empty / <null> means no response received.

This is either your network was down, the proxy wasn't working, something on your machine blocked the request / the site server timed out and didn't respond in time (unlikely but does happen)

If using a proxy, test it:
Please confirm your proxy is working, more info on how to do that here:

viewtopic.php?f=15&t=3453


If the proxy appears to be working fine, please run the action again as it could have been a network "blip".


If the issue appears to be persistent, please check your anti virus / security software as they *may* block the app from the accessing the network: the two most common are:

* Windows Defender
* Smart screen

Make sure the applications program files folder:

c:\program files (x86)\twitterdub\

is whitelisted and / or all the .exe and .dlls in that folder.



Please let me know what operating system you are using and how you run the program: At home / on VPS / In VM?


It came to my attention yesterday that McAfree Anti Virus started blocking one of our programs from accessing the network until it was whitelisted. McAfee have been informed of **their** mistake and usually correct it after some time (days / weeks). Unfortunately, in these instances of AV programs incorrectly blocking our programs there is nothing "we" can do. Only you the user can whitelist the program through the AV / security software



Regards,
Martin
Post Reply