Hello.
When I try to request the alert list (or perform any action) I get the following message: google_alerts.InvalidState: State was not properly obtained from the app
I have already logged in and have only created an alert through the web interface. The login is successful.
Below details of the error:
DEBUG __init__:_config_bootstrap():156 2021-03-09 14:12:13,183| Caching authentication in config file
DEBUG __init__:_session_check():185 2021-03-09 14:12:13,187| Loaded cookies from session file
DEBUG __init__:_process_state():225 2021-03-09 14:12:14,003| Capturing state from the request
Traceback (most recent call last):
File "E:/LuisBenitez/Proyectos/google_alerts/test.py", line 6, in <module>
ga.list()
File "C:\ProgramData\Anaconda3\lib\site-packages\google_alerts\__init__.py", line 333, in list
raise InvalidState("State was not properly obtained from the app")
google_alerts.InvalidState: State was not properly obtained from the app
DEBUG __init__:authenticate():291 2021-03-09 14:12:15,039| [!] User has already authenticated
Hello.
When I try to request the alert list (or perform any action) I get the following message: google_alerts.InvalidState: State was not properly obtained from the app
I have already logged in and have only created an alert through the web interface. The login is successful.
Below details of the error: