-
Notifications
You must be signed in to change notification settings - Fork 3
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
Different accounts with same username not working (steam deck) #7
Comments
Thanks for filing the ticket @frizzle0815 ! I'll have some time this week (possibly today) to dig into this. |
Hey @frizzle0815 - my first step was to try and reproduce your problem and I was unable to :( Details about my tests below. I will say I should likely add a feature like "Display name" vs "Auth name" so you can have two identical auth names but have them show up as different names in the web GUI 😅 To help you though, can you answer some questions in hopes of uncovering the error?
Test steps
Here's the video of me testing: timekpr-next-remote-test.mp4 |
Wow, thank you very much for your extensive answers, I did not expect that! Unfortunately I have to admit that after retesting everything it works without problem and now I feel bad for wasting your time. I never really learned coding and have to do everything by trial and error and this is my first time doing anything on Github - so please bear with me 😌 My first mistake was that I didn't understand that the config.py needs to have the username "deck" in the trackme section. I just added the names of my kids there 😆 .. after figuring that out I got one deck working for a brief moment but not the other one (I'm not sure anymore, but I believe I just renamed one to "deck" for testing). After renaming both to "deck" they both kept "loading" forever... As weekly limits are important for me as well I even managed to change your code so Weekly Unused/Used is shown for the decks as well. Weekly Unused is a bit tricky as this value isn't provided but has to be computed from the weekly limit minus weekly already spent. I'm a little proud that I was able to achive that 😂 However.. after your response I added both decks to the config again and it worked right on the spot. Part of the error could be that the user So yeah.. two suggestions: Adding a "display name" vs "auth name" would be a great idea 😁 Another idea would be adding error messages when userinfo can't be retrieved due to wrong privileges. |
@frizzle0815 - awesome glad you go it working! And no need to apologize - none of my time was wasted! You were stuck, you read my response, tried some stuff, and now your unstuck - we've succeeded \o/ I'll look into exposing more error logs, but I do see I have some code in there already - maybe it's easy! Finally - i think an there's some room for improvement in having identically named users - tracking this in #8 Cheers! |
I have two steam decks with username "deck" that cannot be changed.
When adding these to timekpr-next-remote (same username, different ip) it is loading the unused/used times forever without visible error. It works if I just add one of the decks.
The text was updated successfully, but these errors were encountered: