-
Notifications
You must be signed in to change notification settings - Fork 59
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
'NoneType' object has no attribute 'get' #63
Comments
ols used to work for me before, but recently I am facing the same issue. |
me too |
''' import requests as reqs LOGIN_URL = "https://www.overleaf.com/login" DOWNLOAD_URL = "https://www.overleaf.com/project/{}/download/zip"
''' |
me too |
Change olclient.py line 92 to |
It works. That's cool! |
Thank you for your response. The command ols list executed successfully, however, the command 'ols download -n "test"' did not. It returned the following error message:
I would appreciate it if you could look into this issue further. Thanks in advance. |
Change olclient.py line 104 to |
Sorry for the delayed reply. It is good to know this issue has been fixed! |
when trying to run
ols list
i get the following response:with verbose logging i get this traceback additionally
i reinstalled all python dependencies and qt6-webengine and the problem still persists
The text was updated successfully, but these errors were encountered: