Skip to content
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

Leetcode Signin Problem #67

Open
raman08 opened this issue Feb 16, 2022 · 4 comments
Open

Leetcode Signin Problem #67

raman08 opened this issue Feb 16, 2022 · 4 comments

Comments

@raman08
Copy link

raman08 commented Feb 16, 2022

While signing in I got the following error:

Error detected while processing function leetcode#SignIn[1]..<SNR>102_LoadSessionCookie[6]..
provider#python3#Call:
line   18:
Error invoking 'python_eval' on channel 3 (python3-script-host):
error caught in request handler 'python_eval ['leetcode.load_session_cookie("firefox")']':
Traceback (most recent call last):
  File "/home/raman/.local/lib/python3.10/site-packages/secretstorage/util.py", line 46, in
send_and_get_reply
    return self._connection.send_and_get_reply(msg, unwrap=True)
  File "/home/raman/.local/lib/python3.10/site-packages/jeepney/io/blocking.py", line 190, i
n send_and_get_reply
    return unwrap_msg(msg_in)
  File "/home/raman/.local/lib/python3.10/site-packages/jeepney/wrappers.py", line 214, in u
nwrap_msg
    raise DBusErrorResponse(msg)
jeepney.wrappers.DBusErrorResponse: [org.freedesktop.DBus.Error.UnknownMethod] ('Object does
 not exist at path “/org/freedesktop/secrets/collection/login”',)

@SmartDengC
Copy link

Excuse me ,i have the same problem, have you solved it?

@Virgilio-AI
Copy link

I also have the same problem arch linux

@raman08
Copy link
Author

raman08 commented May 31, 2022

@SmartDengC Sorry, I have not been able to solve the problem.

@papupupu
Copy link

I slove that with python-poetry/poetry#3662 (comment)
Also happening here, although I am using conda

I could fix it by following your advice and explictly setting a backend for keyring. So I created the file ~/.config/python_keyring/keyringrc.cfg with the following content:

[backend]
default-keyring=keyring.backends.SecretService.Keyring
Disabling keyring also got rid of the error but then poetry wouldn't authenticate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants