MarmadileManteater / FreeTubeAndroid

A soft fork of FreeTube which brings it to Android (formerly FreeTubeCordova)
GNU Affero General Public License v3.0
272 stars 5 forks source link

[Bug]: Cannot import subscriptions on Google Pixel #294

Open 321nick opened 7 months ago

321nick commented 7 months ago

Guidelines

Describe the bug

  1. Get a .db file with freetube subscriptions from desktop app
  2. Import it
  3. Notice no new subscriptions

Expected Behavior

The subscriptions are added

Issue Labels

feature stopped working

FreeTube Version

v0.19.1.109

Operating System Version

Google Pixel5a

Installation Method

.apk

Primary API used

Local API

Last Known Working FreeTube Version (If Any)

No response

Additional Information

Related:

https://github.com/MarmadileManteater/FreeTubeCordova/issues/248#issuecomment-1913008590

Nightly Build

MarmadileManteater commented 7 months ago

The latest nightly now writes the db files to the app storage directory (similar to upstream). That doesn't solve this issue, but you might be able to work around this problem temporarily by manually importing your db files into the application data folder: /Android/data/io.freetube.freetubeapp.nightly.

321nick commented 7 months ago

The latest nightly now writes the db files to the app storage directory (similar to upstream). That doesn't solve this issue, but you might be able to work around this problem temporarily by manually importing your db files into the application data folder: /Android/data/io.freetube.freetubeapp.nightly.

Where can i get a download for an .apk for the latest nightly??

MarmadileManteater commented 7 months ago

The builds are located here: https://github.com/MarmadileManteater/FreeTubeCordova/actions/workflows/buildCordova.yml

If you click on the most recent check marked workflow run, it should take you to the artifacts page for the nightly.