Skip to content

Error: Login failed. Please try again (PySide6 related issue) #74

Description

@benoitrosa

Hi,

I just installed the olsync package, on Ubuntu 18.04. I get a login error when trying to run ols login, with no browser showing up.

Looking in detail, I get the following traceback :

LoginTraceback (most recent call last): File "/home/benoit/Downloads/overleaf-sync-plm-master/olsync/olsync.py", line 348, in execute_action success = action() File "/home/benoit/Downloads/overleaf-sync-plm-master/olsync/olsync.py", line 130, in <lambda> execute_action(lambda: login_handler(cookie_path), "Login", File "/home/benoit/Downloads/overleaf-sync-plm-master/olsync/olsync.py", line 207, in login_handler store = olbrowserlogin.login() File "/home/benoit/Downloads/overleaf-sync-plm-master/olsync/olbrowserlogin.py", line 100, in login from PySide6.QtCore import QLoggingCategory ImportError: cannot import name 'QLoggingCategory' from 'PySide6.QtCore' (/home/benoit/.local/lib/python3.8/site-packages/PySide6/QtCore.abi3.so)

I'm using a fork with a slight variation for logging to a community instance of overleaf and not on their own servers, but that doesn't change the PySide6 part. Any idea how to solve this error ? I don't find anything online with this import error ...

Thanks a lot

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions