Spark-NF/twitter_media_downloader

Unexpected keyword argument 'wait_on_rate_limit_notify' error

rhyswj opened this issue · 1 comments

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

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

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.