Page 1 of 1

Metadata won't loading/saving on 13.2 version

Posted: Tue Feb 07, 2023 9:39 am
by KONTROLMASTER
The latest version is very stable, but as for the previous versions (some posters won't appear at the group screen), in this version it won't working at all in this case. The content is organized, but there is no data from the api hasn't been seen for the tv series or movies at the web interface. Created the new library just for the test for this. Seems like the issue was on 13.0 version, but this time it's just won't load the api's content, some kind' a bug. The content is loading in the 13.1 version. Yes, the settings are enabled, the configuration is fine. It's like that reason, which were sometime ago, something common.

Re: Metadata won't loading/saving on 13.2 version without errors

Posted: Wed Feb 08, 2023 2:09 pm
by mik_s
I think this might be similar to this. Could you post logs so I can see what is happening?

When you were on 13.1.0 did you get the bug where you had to disable the external network to log in to the web settings? Did you remember re-enable it for 13.2.0?

Re: Metadata won't loading/saving on 13.2 version

Posted: Thu Feb 09, 2023 12:28 pm
by KONTROLMASTER
And I will also provide the new database logs for example for a future research....

Re: Metadata won't loading/saving on 13.2 version

Posted: Thu Feb 09, 2023 4:33 pm
by mik_s
I'll look at the logs tomorrow as it is late now, but it could have been a problem with the API as I have just seen this and may actually be working properly now.

Re: Metadata won't loading/saving on 13.2 version

Posted: Fri Feb 10, 2023 12:47 am
by KONTROLMASTER
Thanks, hope it will be working! ) Update! Now it's working but with some freezes, maybe some server maintenance fixes..

Re: Metadata won't loading/saving on 13.2 version

Posted: Sun Feb 12, 2023 7:24 am
by KONTROLMASTER
Just a little more question, I 'd like to ask how to rename specific video files, which have date, properly, for ex. "Galactica 1980", "Fantasia 2000" and so on, for correct identification?

Re: Metadata won't loading/saving on 13.2 version

Posted: Sun Feb 12, 2023 8:44 am
by mik_s
I think it is convention to put the year of release in brackets to differentiate them from a year in the title name but it is not always followed.

I know this has been difficult to correctly identify some of these but there are rules in the API to try and get the best match when it could possibly be several things, but don't know specifics.

Finally had time to check the logs and I think this may point to the cause

Code: Select all

INFO  2023-02-09 03:23:01.238 [main] net.pms.configuration.sharedcontent.SharedContentConfiguration Getting shared content from configuration file : C:\ProgramData\UMS\SHARED.conf
WARN  2023-02-09 03:23:01.292 [main] net.pms.configuration.sharedcontent.SharedContentConfiguration Folder not found: File "K:\" not found
WARN  2023-02-09 03:23:01.294 [main] net.pms.configuration.sharedcontent.SharedContentConfiguration Folder not found: File "M:\" not found
WARN  2023-02-09 03:23:01.295 [main] net.pms.configuration.sharedcontent.SharedContentConfiguration Folder not found: File "N:\" not found
DEBUG 2023-02-09 03:23:01.295 [main] net.pms.configuration.sharedcontent.SharedContentConfiguration New shared content configuration sent.
DEBUG 2023-02-09 03:23:01.295 [main] net.pms.configuration.sharedcontent.SharedContentConfiguration Updating shared content configuration
ERROR 2023-02-09 03:23:01.322 [Library Scanner] net.pms.service.LibraryScanner Unhandled exception during library scan: Cannot invoke "net.pms.dlna.RootFolder.startScan()" because the return value of "net.pms.PMS.getRootFolder(net.pms.renderers.Renderer)" is null
TRACE 2023-02-09 03:23:01.323 [Library Scanner] net.pms.service.LibraryScanner 
java.lang.NullPointerException: Cannot invoke "net.pms.dlna.RootFolder.startScan()" because the return value of "net.pms.PMS.getRootFolder(net.pms.renderers.Renderer)" is null
	at net.pms.service.LibraryScanner.lambda$scanLibrary$0(LibraryScanner.java:47)
	at java.base/java.lang.Thread.run(Unknown Source)
Which means the library scanner is not working so no Metadata is gathered.

I don't know if this is due to some drives not being available, something about sharing the root of a drive or that some folders have Cyrillic characters (this should not normally be a problem)

To narrow down the cause I suggest creating a new library and only adding 1 folder of each type at a time and see which one breaks things.

Edit: I think it is due to the missing drives as I get that error after changing one of my shared folders to a non-existent drive. Try removing drives K: M: and N: from the shared content and see if it starts to work. If it does then I'll make an issue on Github for the Devs to fix.

Re: Metadata won't loading/saving on 13.2 version

Posted: Sun Feb 12, 2023 10:04 am
by KONTROLMASTER
Thank's again, now everything is working normally! It was an api's maintenance.