Spark-NF / twitter_media_downloader

Twitter media downloader.
Apache License 2.0
293 stars 52 forks source link

Unexpected keyword argument 'wait_on_rate_limit_notify' error #36

Closed rhyswj closed 11 months ago

rhyswj commented 1 year ago

I'm getting the following error when I run the code:

TypeError: API.init() got an unexpected keyword argument 'wait_on_rate_limit_notify'

Spark-NF commented 11 months ago

Hello, this is very likely because you were using Tweepy 4 instead of 3. Did you install the requirements via pip install -r requirements.txt? It should have said something about it.

In any case, this was just fixed in a PR so you shouldn't be having this issue anymore. I'll also be bumping dependencies soon to prevent similar issues.