Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnboundLocalError: local variable 'pool' referenced before assignment #114

3ruce opened this issue May 24, 2018 · 7 comments

UnboundLocalError: local variable 'pool' referenced before assignment #114

3ruce opened this issue May 24, 2018 · 7 comments

Comments

3ruce commented May 24, 2018

I've been running this script successfully for a while but on upgrading to 0.7.0 I get this error on my local machine and on a server. Both are running ubuntu 16.04

Here's the script command

twitterscraper "bread" -bd "2018-05-24" -ed "2018-05-24" --output=tweets-01.json

And here's the error

Traceback (most recent call last): File "/usr/local/bin/twitterscraper", line 9, in load_entry_point('twitterscraper==0.7.0', 'console_scripts', 'twitterscraper')() File "build/bdist.linux-x86_64/egg/twitterscraper/main.py", line 93, in main File "build/bdist.linux-x86_64/egg/twitterscraper/query.py", line 182, in query_tweets UnboundLocalError: local variable 'pool' referenced before assignment 

The text was updated successfully, but these errors were encountered: