pd4d10 / git-touch

An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee(码云), built with Flutter
Apache License 2.0
1.53k stars 130 forks source link

Format Exception: Invalid character (at 9 character) #270

Open salmonix opened 2 years ago

salmonix commented 2 years ago

Hi there! Thanks for the great and very useful app.

My small issue is: Trying to create the login credentials for a Bitbucket account when entering the App password for bitbucket I get this error message:

Format Exception: Invalid character (at 9 character)

The app password was 9qDxXjc6C2xAcVQ5YWW4 The error pointer ^ points to the c at the 'xAc' substring, that is the 13th position.

( On app passwords for Bitbucket: https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/ ) Other passwords also fail. Error message is always the same but the ^ pointer points to different parts of the password string.

JonLaliberte commented 2 years ago

Same issue here.