Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - thezyth

Pages: 1
1
Portable Devices / Re: Wifi android device synching
« on: October 31, 2020, 12:50:39 PM »
I can't sync preview it errors out for me something

Code
2020-10-31: SM-G988W;  10;  2.0.0
04:49:16: sendPlaylists: java.lang.IllegalArgumentException: Failed to determine if 9C33-6BBD:gmmp/playlists is child of 9C33-6BBD:: java.io.FileNotFoundException: Missing file for 9C33-6BBD:gmmp/playlists at /mnt/media_rw/9C33-6BBD/gmmp/playlists

2
Portable Devices / Re: Wifi android device synching
« on: October 29, 2020, 08:29:43 PM »
Someone else reported the same so i am going to create a debug version of the android app on the weekend. PM me your google play store email and i will add you to the distribution list if you can help out

email sent via PM :)

3
Portable Devices / Re: Wifi android device synching
« on: October 29, 2020, 07:52:42 AM »
Hey, I seem to having trouble with syncing my playlists back from my mobile device to the PC. I can't seem to figure out why. I will post the error log below. The playlists from musicbee are being stored in the SD card in different folder than all the music.

Path to music: /storage/9C33-6BBD/Music/
Path to playlists: /storage/9C33-6BBD/playlists/

Music Wifi Sync Url Changed to: /storage/9C33-6BBD/playlists/

Code
2020-10-28: SM-G988W;  10;  2.0.0
23:47:21: startSync: preview=true,iteration=0
23:47:21: command: action=SYNC_START
23:47:21: tryStart: connecting /192.168.0.10, attempt=0
23:47:22: tryStart: connected
23:47:22: tryStart: hello=true,fromMB=true,custfiles=false,preview=true,dev=SM-G988W,2
23:47:22: storage: path=/storage/9C33-6BBD,root=9C33-6BBD:,uri=content://com.android.externalstorage.documents/tree/9C33-6BBD%3A
23:47:22: syncDevice: root=/storage/9C33-6BBD,ignoreErrors=false,playlists=true,ratings=false,playcount=false
23:47:22: syncDevice: command=SendPlaylists
23:47:22: sendPlaylists: java.lang.IllegalArgumentException: Failed to determine if 9C33-6BBD:storage/9C33-6BBD/playlists/ is child of 9C33-6BBD:: java.io.FileNotFoundException: Missing file for 9C33-6BBD:storage/9C33-6BBD/playlists/ at /mnt/media_rw/9C33-6BBD/storage/9C33-6BBD/playlists
23:47:22: android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:170)
23:47:22: android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:140)
23:47:22: android.content.ContentProviderProxy.query(ContentProviderNative.java:423)
23:47:22: android.content.ContentResolver.query(ContentResolver.java:951)
23:47:22: android.content.ContentResolver.query(ContentResolver.java:887)
23:47:22: android.content.ContentResolver.query(ContentResolver.java:843)
23:47:22: com.getmusicbee.musicbeewifisync.FileStorageAccess.getFiles(WifiSyncService.java:1720)
23:47:22: com.getmusicbee.musicbeewifisync.WifiSyncService$SynchronisationWorker.sendPlaylists(WifiSyncService.java:1056)
23:47:22: com.getmusicbee.musicbeewifisync.WifiSyncService$SynchronisationWorker.syncDevice(WifiSyncService.java:472)
23:47:22: com.getmusicbee.musicbeewifisync.WifiSyncService$SynchronisationWorker.tryStartSynchronisation(WifiSyncService.java:359)
23:47:22: com.getmusicbee.musicbeewifisync.WifiSyncService$SynchronisationWorker.run(WifiSyncService.java:245)
23:47:22: java.lang.Thread.run(Thread.java:919)
23:47:22: syncDevice: command=GetFiles
23:47:22: getFiles: Get: Music/,url=/storage/9C33-6BBD/Music/, inc=true
23:47:22: getFiles: count=14553
23:47:22: syncDevice: command=GetFiles
23:47:22: getFiles: Get: Podcasts/,url=/storage/9C33-6BBD/Podcasts/, inc=true
23:47:22: getFiles: count=0
23:47:22: syncDevice: command=GetFiles
23:47:22: getFiles: Get: playlists/,url=/storage/9C33-6BBD/playlists/, inc=false
23:47:22: getFiles: count=0
23:47:22: syncDevice: command=ShowPreviewResults
23:47:22: syncDevice: exit

Pages: 1