Skip to content
New issue

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

is_async problem #2

Open
Digdgeo opened this issue Feb 21, 2019 · 1 comment
Open

is_async problem #2

Digdgeo opened this issue Feb 21, 2019 · 1 comment

Comments

@Digdgeo
Copy link

Digdgeo commented Feb 21, 2019

Hi, I am try to run this in Ubuntu (18.04) and get this error:

TypeError: filter() got an unexpected keyword argument 'is_async' 
Traceback (most recent call last):
  File "/home/diego/.local/share/QGIS/QGIS3/profiles/default/python/plugins/qweetgis/search/main.py", line 795, in on_get_stream
    self.get_geo_search()
  File "/home/diego/.local/share/QGIS/QGIS3/profiles/default/python/plugins/qweetgis/search/main.py", line 836, in get_geo_search
    self.activate_stream(accuracy, src_bbox=src_bbox)
  File "/home/diego/.local/share/QGIS/QGIS3/profiles/default/python/plugins/qweetgis/search/main.py", line 749, in activate_stream
    result = myStream.filter(locations=src_bbox, is_async=True)
TypeError: filter() got an unexpected keyword argument 'is_async'

The is_async parameter is just in 2 lines. If I remove the parameter in that lines I don't get the error but nothing happens, just the tool running but without give any results.

Thanks

@ale-cristofori
Copy link
Owner

Hi,
The error is coming from tweepy.
See this

uclatommy/tweetfeels#50

By the looks of it, maybe when you installed tweepy it did not do it correctly and you are maybe missing a dependency.

Try to install tweepy again and let me know, if it is still an issue. I have just tested it in Windows and it still works ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants