RuslanUC / RemoteAuthClient

Async remote auth client for discord (Login with qr code)
MIT License
19 stars 4 forks source link

error in "pending_login" #2

Closed oxijoined closed 1 year ago

oxijoined commented 1 year ago

Task exception was never retrieved future: <Task finished name='Task-23' coro=<start..verification_callback..RemoteAuthClient.run() done, defined at c:\main.py:132> exception=AssertionError()> Traceback (most recent call last): File "c:\main", line 170, in run assert resp.status == 200 AssertionError

RuslanUC commented 1 year ago

I cant reproduce error. Can you install remoteauthclient from dev branch and send your script output ( git clone https://github.com/RuslanUC/RemoteAuthClient -b dev cd RemoteAuthClient pip uninstall remoteauthclient pip install . or pip install --upgrade --force-reinstall --no-deps --no-cache-dir git+https://github.com/RuslanUC/RemoteAuthClient@dev )?

RuslanUC commented 1 year ago

Most likely fixed in 1.4.0