j-fbriere / squawker

An open-source privacy oriented Twitter/X client
MIT License
877 stars 16 forks source link

Error From Twitter/X, Unable to find userIdentifier #244

Open SleepDaemon opened 6 months ago

SleepDaemon commented 6 months ago

Screenshot_20240309_194258_Squawker.jpg

SleepDaemon commented 6 months ago

Version 3.7.5, just try adding normally.

Also checked 3.7.6 same thing

j-fbriere commented 6 months ago

Do the account you're trying to add to Squawker already exists in Twitter/X?

SleepDaemon commented 6 months ago

Do the account you're trying to add to Squawker already exists in Twitter/X?

I made the account

toohazy commented 6 months ago

I'm having an account related error, not sure if it's related to this, so I didn't open ab new issue for now.

My account was working, last time I started getting this error was about 10 hours ago, then I started getting a "failed to load tweet" so I signed into my Twitter account from browser.

Now when I open sqwaker I get a message to "enter auth key sent to your e-mail", abd once I get the code and enter it, I get this error (tried multiple times)

DatabaseException(UNIQUE constraint failed: twitter_token.oauth_token (code 1555 SQLITE_CONSTRAINT_PRIMARYKEY)) sql 'INSERT INTO twitter_token (guest, id_str, screen_name, oauth_token, oauth_token_secret, created_at) VALUES (?, ?, ?, ?, ?, ?)' args [0, 272595305, [twitter_account], 272595305-ayiR8qzr2fuWGtZvNtVpJnGsCUh0MMB7ocFK7nVw, EcxzlpE41SnoX6W3uEvSRVZ8XWeQqyFUSAuLwV8MZqLF8, 2024-03-11T05:57:26.203662]

I've replaced my actual Twitter name with the Twitter_account bit.

j-fbriere commented 6 months ago

@toohazy This is not the same issue. I just created the issue #245 about it. A new version that fixes this issue will be published today.

j-fbriere commented 6 months ago

@toohazy Version v3.7.7 fixes your issue.

toohazy commented 6 months ago

@j-fbriere just tested it and it's working fine, thank you for the quick fix