-
Notifications
You must be signed in to change notification settings - Fork 17
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
Gazou run error #147
Comments
The error seems to indicate you formatted your configuration file wrongly. There must be a missing comma somewhere at the end of line 18. |
As stupid as that... thank you ! But now I get this " Error while accessing the Twitter API, please retry: Twitter sent status 404 for URL: 1.1/statuses/filter.json using parameters: (filter_level=none&stall_warnings=true&track=%5B%27the%27%5D) " |
I guess your queries might be wrong, can you copy paste the keywords part of your config file ? |
Here it is I hid my API Twitter key but I wonder if the issue is not there, maybe I need to activate something idk
|
There is something weird, the keywords you're giving do not correspond to the query that seems to be returned by twitter as an error, it should be the case if you had put the following instead:
Have you maybe changed your config file in between, and in which case can you give us the latest error returned? |
Also @Ulytor65, just to be sure you are not wasting your time here, do you happen to have a Twitter key for the v1 API (so quite an old one in fact, not one you created recently)? Because the v2 of the API is basically dead because of elno the turdlord. |
Hi, |
I think you are out of luck. V2 is dead, V1 is half dead (you need to have a key which is still alive by chance), firehose is dead, the new APIs are basically so bad you cannot do any data collection with them. So there is still scraping (something our other tool minet is still able to do) but it is now slow as hell and with Elno latest stupidities this week end it is not unlikely the site will sink soon :) |
I reproduce the error reported by @Ulytor65 with a valid V1 key: ERROR - Error while accessing the Twitter API, please retry: Twitter sent status 404 for URL: 1.1/statuses/filter.json using parameters: (filter_level=none&stall_warnings=true&track=%5B%27the%27%5D) . Moreover, downgrading to gazouilloire==1.3.1 fixed the problem. |
Hello @Ulytor65 , Version 1.5.0 should fix your issue. I know you switched to another tool, but if you had time to upgrade gazouilloire (pip install --upgrade gazouilloire) and re-test that would be great. |
Hi,
I successfully linked the API Twitter to Gazouilloire but when I type "gazou run" i get this error :
2023-06-27 15:34:23,771 - MainProcess [13320] - ERROR - Could not open C:\Users\XXX\config.json: <class 'json.decoder.JSONDecodeError'> Expecting ',' delimiter: line 18 column 2 (char 504)
has someone encountered the same issue ?
The text was updated successfully, but these errors were encountered: