-
Notifications
You must be signed in to change notification settings - Fork 63
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
fix for csrfToken and project query #66
base: master
Are you sure you want to change the base?
Conversation
I can only confirm that changes from this PR made it possible to query projects from the Overleaf again. Even this hack is not needed anymore. Thank your for your input! |
…using .olignore to filter items"
…using .olignore to filter items"
Thank you, I can also confirm that this fixes the issue when login on the new Overleaf interface with CAPTCHA. |
Did anybody have the issue with local -> remote sync not working? I've encountered that with both an older Overleaf project and a fresh one. Sync from remote to local works well. I tried to debug that and added this: print(f"upload file status code {r.status_code}")
print(f"upload file json {json.loads(r.content)}") at the end of the
Last time I've been using |
The GCLB error happens again. |
This fixes some bugs that prevent querying projects from overleaf (fixes #61). It is necessary due to design changes on the overleaf website. It updates the fix that was originally introduced by @itstorque.