rgriebl / brickstore

An offline BrickLink inventory management tool.
https://www.brickstore.dev/
GNU General Public License v3.0
116 stars 26 forks source link

Username and Password missmatch #849

Closed Wasserlasser closed 6 months ago

Wasserlasser commented 6 months ago

Describe the bug When I want to log on, it says Username and Password missmatch even though I can log on to the Bricklink Website with exactly that data.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior I want to log on.

Screenshots image

System information Please tell us which system you are running on and which BrickStore version you are using. In BrickStore, just open Help > System information..., Click Copy to clipboard and then paste here.

Additional context Add any other context about the problem here. You can also attach BSX files, but GitHub only accepts these if added to a ZIP file first.

rgriebl commented 6 months ago

Since you didn't include any system information, I have to assume you are using the latest 2024.2.1 on Windows? Have you checked the username and password fields in the settings dialog? If they turn red, you are using invalid credentials: check the tool-tips on the these fields then (typically email instead of username or a password with more than 15 characters)

Wasserlasser commented 6 months ago

Sorry, yes, I am using the latest version of Windows and Brickstore. All fields are correct and nothing turns red. It looks like the password length seems to be the issue as my Password is over 20 characters, I will need to try this.

rgriebl commented 6 months ago

If you input for than 15 characters in the settings dialogs, BrickStore will tell you: image

Also these 2 comments from 2021 still apply: https://github.com/rgriebl/brickstore/issues/378#issuecomment-904543237

rgriebl commented 6 months ago

Your password does not have more than 15 characters - it silently gets truncated to 15 when entering it on BrickLink. I'll add another warning dialog though.