I'm having a problem with the APK #2909
-
I don't know where to write this, but I didn't want to write a bug report if I can get it fixed in the discussions. Any help is appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is not a known issue, so I would suggest making a 🪲 bug report under the FreeTubeCordova repo in order to help document this problem. My absolute first 🤔guess as to what might be causing this would be |
Beta Was this translation helpful? Give feedback.
This is not a known issue, so I would suggest making a 🪲 bug report under the FreeTubeCordova repo in order to help document this problem.
My absolute first 🤔guess as to what might be causing this would be
localStorage
size limitations. In FreeTubeCordova, subscriptions are stored usinglocalStorage
instead of a local db file, so potentially, if you had a big enough subscriptions list, this could cause the data stored inlocalStorage
to be shortened in a way which could cause the app to fail to load due to a deserialization error. However, this is just an educated guess without replicating the issue myself first.