Open MinekPo1 opened 9 months ago
I've managed to look at the firewall logs, a single request to api.github.com is made.
I deleted the apps data, which removed the issue. I doubt I will be able to reproduce it without reinstalling an old version of the app
Same issue here, maybe it's because of the change in guest accounts?
I've managed to look at the firewall logs, a single request to api.github.com is made.
This is the verification for an updated version of Squawker. I know that you say that no request has been blocked. Do you mean all Twitter/X requests or all possible requests? Is the request to GitHub, api.github.com blocked by the firewall?
I've managed to look at the firewall logs, a single request to api.github.com is made.
This is the verification for an updated version of Squawker. I know that you say that no request has been blocked. Do you mean all Twitter/X requests or all possible requests? Is the request to GitHub, api.github.com blocked by the firewall?
As far as I remember, no requests to Twitter/X have been made, the request to Github was not blocked
by the way, I've tracked down there flutter/runtime/dart_vm_initializer.cc(41), unfortunately it is just a error raising line
Actually the following 2 lines from your logcat tells a lot:
Unhandled Exception: type 'Null' is not a subtype of type 'String' in type cast
1708674357.843 10580 23401 23422 E flutter : #0 xPa.wMf (Cei:59)
I have done some reverse engineering of the libapp.so file from this version of the Squawker application apk in release mode.
After a lot of digging I have discovered that the error is raised at the very start when the app is loading the authenticated tokens and the account profiles and that there were/are some null fields in your Squawker database records that are not supposed to be.
I will add some more safe guards to make sure that those type of database records are null fool proof, even in case of some unattended manipulations (in the file to import for instance).
Thank you for having provided your logcat excerpt.
It works again, thank you!
Checklist
Affected version
v3.7.5 installed via github release
Steps to reproduce the bug
Expected behavior
The app opens normally
Actual behavior
There is a black screen
Screenshots/Screen recordings
N/A
Logs
Since the app does not open nor crash, logs are taken from logcat
Affected Android/Custom ROM version
Android 12, mostly AOSP, with slight vendor modifications
Affected device model
Motorola e22
Additional information
I am unable to confirm or deny that any requests have been blocked.no requests have been blocked."twitterTokens"
list