Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Issues with the login dialog #104

Open
xeruf opened this issue Mar 27, 2020 · 4 comments · May be fixed by #111
Open

Issues with the login dialog #104

xeruf opened this issue Mar 27, 2020 · 4 comments · May be fixed by #111
Assignees
Labels
back-end Stuff you can't see, but operates in the background bug Something isn't working

Comments

@xeruf
Copy link
Owner

xeruf commented Mar 27, 2020

Had some weird issues just now, while testing the update to the login dialog:

  • when I logged in for the first time, there was an invalid connect.sid saved, and even after successfully logging in multiple times it didn't update the connect.sid - but it works now, just had to clear the textfield once. Still weird.
  • when you initiate a login while not connected to the internet, it throws an error but keeps loading indefinitely. It seems like you have to restart the application to try it again.
@xeruf xeruf added bug Something isn't working back-end Stuff you can't see, but operates in the background labels Mar 27, 2020
@defvs
Copy link
Collaborator

defvs commented Apr 20, 2020

I can't seem to reproduce the invalid connect.sid
I did some error catching and better logging for the internet issue; also it seemed like you weren't supposed to see the "login" button when there is no internet as there is a case for this button to show "No Internet"

@xeruf
Copy link
Owner Author

xeruf commented Apr 20, 2020

  1. You have to set an invalid connect.sid manually to the settings files and then open the application and try logging in, that's basically how it happened for me. Could also have been related to the outdated Gold check or smth.
  2. Indeed, but if the login button is already there and I loose my connection I can still click it.

@krthush
Copy link

krthush commented May 12, 2020

I'll pitch in here with some bug reporting, I had a prior version of the utils and I just reinstalled to the latest version pre-release.

I believe this is a 2FA issue, correct me if I'm wrong

When I started the app up it already had an sid (which it said was invalid). I tried using the login in feature with my details and I recieved an incorrect username/password.

I logged in online and used the sid following the prior method and the rest of the app seems to work fine.

@defvs
Copy link
Collaborator

defvs commented May 12, 2020

The connect.sid issue being invalid sometimes happened to me in the past, this is not a 2FA issue, though 2FA of course doesn't work with the current login dialog (also now with APIv2 we know the endpoints for 2FA, that's something we could add).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
back-end Stuff you can't see, but operates in the background bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants