-
Notifications
You must be signed in to change notification settings - Fork 142
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
App doesn't start (unknown typeId: 61) #19
Comments
I got that when I updated too, but I don't know why. The only thing that could be "typeId 61" would be this line, which hasn't been changed in months: https://github.com/UnicornsOnLSD/finamp/blob/42813bdf4da0b743cb79582dee221942a75769b3/lib/models/JellyfinModels.dart#L1170 It could be to do with me removing the old logging system. If the old log DB exists, 0.2 opens it and immediately deletes it. It could be getting confused since the HiveType no longer exists, and loops back around to the first HiveType, which is only HiveType with typeId 61. I'll add back those old HiveTypes in the next release just in case. |
That was the issue, making a release now and pinning this in case anyone else has the same issue. |
After an update to 0.2.0 arm64 release I get this following screen:
After clearing data everything works fine :).
The text was updated successfully, but these errors were encountered: