Search found 767 matches
- Fri Feb 03, 2023 11:09 pm
- Forum: Help and Support
- Topic: UMS docker deploy: Cannot invoke "com.google.gson.JsonElement.isJsonObject()" because "element" is null
- Replies: 3
- Views: 673
Re: UMS docker deploy: Cannot invoke "com.google.gson.JsonElement.isJsonObject()" because "element" is null
I knew I saw this error before, but could not remember where. This is a bug that has already been fixed for the next version. I found out that if you turn off the external network option then this will allow UMS to initialize the web settings properly. I only found this out yesterday as I was hit wi...
- Fri Feb 03, 2023 7:31 am
- Forum: Help and Support
- Topic: Web Interface not available since update to 13.1.0
- Replies: 7
- Views: 129
Re: Web Interface not available since update to 13.1.0
It is definitely a bug in UMS not windows. The cause was fail to download apiImageBaseURL (SocketTimeoutException), so json data was null (NullPointerException). but may have been down to not handling a date properly, or some service went down that UMS was using and there was nothing to catch that e...
- Fri Feb 03, 2023 4:08 am
- Forum: Help and Support
- Topic: Web Interface not available since update to 13.1.0
- Replies: 7
- Views: 129
Re: Web Interface not available since update to 13.1.0
I tried going back a version and did not fix it for me either. It might be a time based bug as it seemed to happen to everyone at the same time.
- Thu Feb 02, 2023 4:15 am
- Forum: Help and Support
- Topic: Web Interface not available since update to 13.1.0
- Replies: 7
- Views: 129
Re: Web Interface not available since update to 13.1.0
This is caused but a bug that had just hit me too when I was testing some things. ERROR 2023-02-01 14:05:04.096 [main] net.pms.PMS A serious error occurred during Universal Media Server initialization: Cannot invoke "com.google.gson.JsonElement.isJsonObject()" because "element" i...
- Tue Jan 31, 2023 12:29 am
- Forum: Feature Suggestions
- Topic: Add HTTPS functionality
- Replies: 7
- Views: 141
Re: Add HTTPS functionality
OK I managed to get it to work on Win10. First I opened CMD and went to the folder "C:\Program Files (x86)\Universal Media Server\jre17\bin" where the keytool is I ran this command keytool -genkey -keyalg RSA -alias selfsigned -keystore UMS.jks -validity 360 -keysize 2048 and it promoted m...
- Mon Jan 30, 2023 10:54 pm
- Forum: Feature Suggestions
- Topic: Add HTTPS functionality
- Replies: 7
- Views: 141
Re: Add HTTPS functionality
I think the UMS.jks file will be unique to your system so using someone else's will not work, that is why you need to use keytool.
Also it would be like giving someone your keys to your house.
Also it would be like giving someone your keys to your house.
- Thu Jan 26, 2023 5:24 am
- Forum: Feature Suggestions
- Topic: Add HTTPS functionality
- Replies: 7
- Views: 141
Re: Add HTTPS functionality
I believe there is support for HTTPS but there is no GUI options for that at the moment and I can't remember seeing any guides on how to set it up. This is the setting in UMS.conf # Use HTTPS (SSL) for web player connection # ---------------------------------- # Whether the web player should use HTT...
- Thu Jan 26, 2023 5:11 am
- Forum: Help and Support
- Topic: Problem with Web interface
- Replies: 2
- Views: 206
Re: Problem with Web interface
From here . You can reset the user and password by quitting UMS and deleting C:\ProgramData\UMS\database\USERS.mv.db (not sure where this is on other systems) This will prompt you to create a new user and password when UMS next starts. I have just tested this and it does work, no need to delete the ...
- Sun Jan 22, 2023 6:16 pm
- Forum: Announcements
- Topic: 13.1.0: Metadata for all languages!
- Replies: 4
- Views: 1793
Re: 13.1.0: Metadata for all languages!
I already reported this , seems the media library option toggles the use_cache option instead of show_media_library_folder . This explains why browsing was slow for me as I don't use the media library so turned it off when I installed v12, which turned off the cache instead. There are also several o...
- Sun Jan 22, 2023 5:35 am
- Forum: Help and Support
- Topic: Missing the metadata
- Replies: 1
- Views: 118
Re: Missing the metadata
Will need to see logs to be sure (see the section in red above) but it may be that you have the "Enable external network" or "Use info from our API" options turned off under External outgoing traffic section of the General settings.