Skip to content
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

Closed
ferferga opened this issue Apr 10, 2021 · 2 comments
Closed

App doesn't start (unknown typeId: 61) #19

ferferga opened this issue Apr 10, 2021 · 2 comments

Comments

@ferferga
Copy link

After an update to 0.2.0 arm64 release I get this following screen:

Screenshot_20210411_004342_com unicornsonlsd finamp

After clearing data everything works fine :).

@jmshrv
Copy link
Owner

jmshrv commented Apr 10, 2021

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.

@jmshrv
Copy link
Owner

jmshrv commented Apr 10, 2021

That was the issue, making a release now and pinning this in case anyone else has the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants