Crash on startup when the instance isnt available #59
Labels
No Label
Difficulty - Beginner friendly
Difficulty = Easy
Difficulty = Hard
Difficulty = Medium
Priority = CRITICAL
Priority = High
Priority = Low
Priority = Normal
Priority = Some day
Status - Fixed somewhere else
Status - No details provided
Status = Can't fix
Status = Duplicate
Status = Help wanted
Status = Invalid
Status = Need more details
Status = Taken
Status = Wontfix
Type - Selfoss works like this
Type = Bug
Type = Chore
Type = Enhancement
Type = Feature
Type = Question
Type = SELFOSS API ISSUE
Type = Tools
Type = UX/Design
Up For Grabs
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Louvorg/ReaderForSelfoss-multiplatform#59
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
F-Droid version.
If the selfoss instance where you successfully logged in goes down, the application crashes on startup.
It would be better to provide an error message and go back to the login screen, because otherwise the user will be forced to clear cache in order to change the login information.
Logcat:
The application performs a 3 api calls to items and one to tags; all of these return a 404 error and then outputs this before crashing:
I'm confused as to why the application is making 3 api calls to items rather than just one.
Overall, this version feels a bit more buggy than the old one.
I have experienced several crashes while using it, this is the only one I was able to reproduce easily and catch a logcat.
It would be nice to provide one of those error collecting services, so that we can get stacktraces of errors experienced by normal users who won't come here and provide the error message.
Crash on startupto Crash on startup when the instance isnt available