steve1316 / granblue-automation-pyautogui

Educational application aimed at automating user-defined workflows for the mobile game, "Granblue Fantasy", using a variety of CV technologies in the backend such as OpenCV, PyAutoGUI and EasyOCR and a frontend coded in Typescript.
https://github.com/steve1316/granblue-automation-pyautogui/wiki
120 stars 36 forks source link

Room search bug bot! #66

Closed TheMan13579 closed 3 years ago

TheMan13579 commented 3 years ago

image I have a developer twitter account, which has been verified. I have done all the steps you suggested but still get the above error.

steve1316 commented 3 years ago

Hmm, it seems that your access key, access key secret, access token, and/or access token secret might be incorrect. When you generate your API key, try copying and pasting it in their relevant fields without enclosing them in quotes.

It also could be a case of an accidental space somewhere in the fields. Having a space in front of the equals sign is fine.

If your keys and access tokens are the same in both the config.ini and on Twitter Developer Portal, then you may have been rate-limited due to turning on and turning off the bot repeatedly in a short period of time with the bot constantly connecting to the API for each attempt. Waiting a bit should allow you to be not rate-limited anymore.

TheMan13579 commented 3 years ago

It still doesn't work my friend.

steve1316 commented 3 years ago

Maybe try regenerating your keys and tokens again and replacing those in your config.ini with the new ones? Aside from that, I do not know how to resolve your issue.