franciscod / telegram-twitter-forwarder-bot

A Telegram bot that forwards Tweets
GNU Lesser General Public License v3.0
317 stars 116 forks source link

ERROR - [{'code': 32, 'message': 'Could not authenticate you.'}] #73

Open ha-ku opened 1 year ago

ha-ku commented 1 year ago

Bot keeps saying Sorry, I didn't find username {someone} when receiving /sub {someone}. The error mentioned in the title is shown in the stdout. Is this related to the recent change of twitter developer API?

franciscod commented 1 year ago

Hm. No clue actually but any updates would be appreciated

Ericktz commented 1 year ago

I had that problem when I was using someone else's instance, and since I couldn't see the python LOGs, I decided to run my own instance. There I realized, reviewing the LOGs and the error detail... that this problem is due to the twitter API, you need to have the Elevated version.

franciscod commented 1 year ago

Thanks for the help Erick!