01-08-2019, 05:56 PM
The error is caused by the following invalid file path being used for the song Landlocked Blues: C:\Users\joern\AppData\Local\Packages\41730Zubersoft.MobileSheets_ys1c8ct2g6ypr\LocalState\Del Amitri - Driving with the brakes on\Del Amitri - Driving with the brakes on.pdf
I'm guessing when you synchronized your library to the cloud folder, that file was missing in your library. As a result, the database in the cloud folder left that path in place, as it couldn't do anything with a missing file. This then breaks the Android side which is expecting a valid Google Drive path (which looks something like 1oGReFQwKlCYKRz-SUlfCaEtzWSwydZQD/Smashing Pumpkins - 1979.pdf). I'm going to have to add code to handle this situation when a user synchronizes a library with missing files to a cloud folder.
Thanks,
Mike
I'm guessing when you synchronized your library to the cloud folder, that file was missing in your library. As a result, the database in the cloud folder left that path in place, as it couldn't do anything with a missing file. This then breaks the Android side which is expecting a valid Google Drive path (which looks something like 1oGReFQwKlCYKRz-SUlfCaEtzWSwydZQD/Smashing Pumpkins - 1979.pdf). I'm going to have to add code to handle this situation when a user synchronizes a library with missing files to a cloud folder.
Thanks,
Mike