Page 1 of 1
[Solved] Can't get files to show up from UMS
Posted: Fri Sep 20, 2024 8:19 am
by bgula
I've used UMS for years with no problem until the last update (14.4.0). I usually use BubbleUpnp to play my files from hard drive to tv, but on that I get: Browse Error Reason: The specified ObjectID is invalid. I've tried to use VLC, which is what I used before creating the log file. UMS is identified, and so are the directories that I've specified that I want access to for video, but it indicates that the directories have no files in them. Not sure what to do from here. I've attached the debug files. Any help would be appreciated.
Re: Can't get files to show up from UMS
Posted: Sat Sep 21, 2024 1:43 am
by mik_s
Looks like the database upgrade did not work correctly and the database is now corrupted so can't be loaded.
Code: Select all
net.pms.database.DatabaseEmbedded Database migration failed: File corrupted while reading record: "C:/ProgramData/UMS/database/medias.mv.db". Possible solution: use the recovery tool [90030-214]
If you delete "C:/ProgramData/UMS/database/medias.mv.db" UMS will rebuild the database and it should start working correctly again.
Re: Can't get files to show up from UMS
Posted: Tue Sep 24, 2024 12:29 am
by bgula
That worked! Thanks very much!