-
Notifications
You must be signed in to change notification settings - Fork 169
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
Instantly crashes on login #538
Comments
We should probably implement some sort of top level exception handling that allows the user to submit a bug report directly from the app to make it easier to get a full backtrace. If you can get the full backtrace from logcat that'd be great. |
I believe I was able to capture the error in the attached logs. I've uploaded them to pastebin here. |
Can you get the logs of the error in a debug build? due to obfuscation and minification the stacktrace isn't very usefull |
Sorry if this is a dumb question, but would that mean installing one of the alpha .apks from GitHub, or would I need to compile the app myself? I'm having the same issue (also using lemmy.blahaj.zone, funny enough) and I'd like to help address the bug in whatever way I can. |
You would need to compile the app yourself, if that is not possible i can drop a debug apk build here the comments |
If you could drop a debug apk, that would be great!
…On Tue, Jun 13, 2023, 9:57 AM Maarten Vercruysse ***@***.***> wrote:
I believe I was able to capture the error in the attached logs. I've
uploaded them to pastebin here <https://pastebin.com/QdTg0gkT>.
Can you get the logs of the error in a debug build? due to obfuscation and
minification the stacktrace isn't very usefull
Sorry if this is a dumb question, but would that mean installing one of
the alpha .apks from GitHub, or would I need to compile the app myself? I'm
having the same issue (also using lemmy.blahaj.zone, funny enough) and I'd
like to help address the bug in whatever way I can.
You would need to compile the app yourself, if that is not possible i can
drop a debug apk build here the comments
—
Reply to this email directly, view it on GitHub
<#538 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEW57UFQMWQAG4UA4CRRHY3XLBWTDANCNFSM6AAAAAAZCQZZ7Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
jerboa-debug.zip |
I'm fairly positive I fixed that padding bug in |
Weirdly enough, I am suddenly no longer having this issue on either the developer version *or* the stable 0.0.33 release from the Play Store. I wonder if it was caused by some bug with lemmy.blahaj.zone that they just fixed
EDIT: it appears that downvotes were somehow disabled on the instance until about 12 hours ago. Maybe this is related?
…On Tue, Jun 13, 2023, 11:06 AM Dessalines ***@***.***> wrote:
I'm fairly positive I fixed that padding bug in calculateCommentOffset,
that's already included in 0.0.33, so this must be a different one.
—
Reply to this email directly, view it on GitHub
<#538 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEW57UDO6LWO3TOJ6EC4IP3XLB6VPANCNFSM6AAAAAAZCQZZ7Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Same here it works just fine for me. |
I couldn't reproduce it anymore; it just works for me |
Strange, definitely should be looked at, but we can only speculate at this point. maybe lemmy gave timeout response which couldn't be converted and isn't properly handled like the others that caused crash? |
I still get this error very often, seemingly at random, but it doesn't lead to a crash. Usually when something fails to load |
** Jerboa Version **
0.0.33
Describe the bug
Galaxy s10+
Lemmy instance is lemmy.blahaj.zone
App instantly crashes on login, gives error "value of java.lang.String cannot be converted..." Rest of error is cut off
To Reproduce
Accounts menu > Add Account, then log in
The text was updated successfully, but these errors were encountered: