Error after updating.

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
Crusader9x
Posts: 3
Joined: Sun Jan 03, 2021 7:12 am

Error after updating.

Post by Crusader9x »

Hey,
I just let UMS update from 9.8.2 to 9.8.3 and now my PS3 cant see UMS. The log for UMS keeps saying "Network is unreachable: no further information". I have tried forwarding ports in windows firewall, totally turning off windows firewall, and resetting to default. None of them worked. I looked to update my routers firmware but its up to date. I am at a loss and am not sure what else to do. Any help would be greatly appreciated.

Occcasionally it will give this error "[Fatal Error] :1:1: Premature end of file." But it says that once every ten minutes or so compared to the couple times a minute I get the other error.
Attachments
ums_dbg_2021-01-02-14-21.zip
(102.25 KiB) Downloaded 365 times
User avatar
valib
Developer
Posts: 699
Joined: Fri Feb 08, 2013 3:11 am

Re: Error after updating.

Post by valib »

It seems like the problem with your network setting. The UMS has an IP address 10.0.0.2 but there is a device with the IP address 169.254.9.6 sending M-SEARCH and the UMS is responding with Network is unreachable which is correct because all devices should have IP addresses in the same subnet means interval 10.0.0.1-10.0.0.255. There is also other problem. You named files like
D:\Videos\GHOST in the SHELL (1995-2015) - 3 Movies, COMPLETE Stand Alone Complex SERIES, Arise OVAs - 1080p DUAL Audio x264\b. STAND Alone COMPLEX (2002-06)\1a. 1st Gig (2002-03)\Ghost in the Shell (S.A.C) - S01 E17 - SA - Angel's Share (1080p - DUAL Audio).mkv
which is unreadable for FFmpeg and making thumbnails failed with error
[ffmpeg64.exe-9-2] net.pms.io.OutputTextConsumer D:\Videos\GHOST in the SHELL (1995-2015) - 3 Movies, COMPLETE Stand Alone Complex SERIES, Arise OVAs - 1080p DUAL Audio x264\b. STAND Alone COMPLEX (2002-06)\1a. 1st Gig (2002-03)\Ghost in the Shell (S.A.C) - S01 E17 - SA - Angel's Share (1080p - DUAL Audio).mkv: No such file or directory
Maybe the FFmpeg limits the filename length to 255 as it was before WIN 10. Your filename is about 258 characters including the file path.
User avatar
mik_s
Moderator
Posts: 1114
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

Re: Error after updating.

Post by mik_s »

It looks like you have a VPN which sometimes can confuse UMS to what network to use, usually after an update that changes the order of the network interfaces.

Try changing "Force networking on interface" in the general settings tab and manually select your physical adapter.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
Crusader9x
Posts: 3
Joined: Sun Jan 03, 2021 7:12 am

Re: Error after updating.

Post by Crusader9x »

valib wrote: Sun Jan 03, 2021 8:44 am It seems like the problem with your network setting. The UMS has an IP address 10.0.0.2 but there is a device with the IP address 169.254.9.6 sending M-SEARCH and the UMS is responding with Network is unreachable which is correct because all devices should have IP addresses in the same subnet means interval 10.0.0.1-10.0.0.255. There is also other problem. You named files like
D:\Videos\GHOST in the SHELL (1995-2015) - 3 Movies, COMPLETE Stand Alone Complex SERIES, Arise OVAs - 1080p DUAL Audio x264\b. STAND Alone COMPLEX (2002-06)\1a. 1st Gig (2002-03)\Ghost in the Shell (S.A.C) - S01 E17 - SA - Angel's Share (1080p - DUAL Audio).mkv
which is unreadable for FFmpeg and making thumbnails failed with error
[ffmpeg64.exe-9-2] net.pms.io.OutputTextConsumer D:\Videos\GHOST in the SHELL (1995-2015) - 3 Movies, COMPLETE Stand Alone Complex SERIES, Arise OVAs - 1080p DUAL Audio x264\b. STAND Alone COMPLEX (2002-06)\1a. 1st Gig (2002-03)\Ghost in the Shell (S.A.C) - S01 E17 - SA - Angel's Share (1080p - DUAL Audio).mkv: No such file or directory
Maybe the FFmpeg limits the filename length to 255 as it was before WIN 10. Your filename is about 258 characters including the file path.
Sorry, I dont understand the first part with all the networking stuff. I shortened the file name so it should be under 255 character limit as well.
mik_s wrote: Sun Jan 03, 2021 10:13 am It looks like you have a VPN which sometimes can confuse UMS to what network to use, usually after an update that changes the order of the network interfaces.

Try changing "Force networking on interface" in the general settings tab and manually select your physical adapter.
Well this seems to have fixed the unreachable error. TY for that. The UMS and PS3 still don't see each other.
Attachments
ums_dbg_2021-01-02-17-53.zip
(222.53 KiB) Downloaded 370 times
User avatar
mik_s
Moderator
Posts: 1114
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

Re: Error after updating.

Post by mik_s »

you selected your VPN interface

Code: Select all

net.pms.network.HTTPServer Using address /10.122.2.230 found on network interface: name:eth6 (ExpressVPN TAP Adapter)
Select your physical interface, probably "Killer E2200 Gigabit Ethernet Controller"


As for what Valib says the total length of the path is too long for some files.

Code: Select all

D:\Videos\GHOST in the SHELL (1995-2015) - 3 Movies, COMPLETE Stand Alone Complex SERIES, Arise OVAs - 1080p DUAL Audio x264\b. STAND Alone COMPLEX (2002-06)\1a. 1st Gig (2002-03)\Ghost in the Shell (S.A.C) - S01 E17 - SA - Angel's Share (1080p - DUAL Audio).mkv
best to rename the first directory like

Code: Select all

D:\Videos\GHOST in the SHELL SERIES\1a. 1st Gig (2002-03)\Ghost in the Shell (S.A.C) - S01 E17 - SA - Angel's Share (1080p - DUAL Audio).mkv
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
Crusader9x
Posts: 3
Joined: Sun Jan 03, 2021 7:12 am

Re: Error after updating.

Post by Crusader9x »

Ah, ty Im stupid. Its the "Killer E2200 Gigabit Ethernet Conroller #2 (10.0.0.2)".

After you mentioned the VPN I tried turning it off and UMS finds everything on my network in about two seconds. With the VPN on UMS finds about half of the stuff in about a minute. So now I know its the VPN, I just wish I knew why it worked before the update and now it doesnt?

Edit: Anyway thanks for all the help guys. I now know how to make it work again which is all I need.
User avatar
mik_s
Moderator
Posts: 1114
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

Re: Error after updating.

Post by mik_s »

I think it was using the #2 controller the first time, maybe it should be the first one? Don't know anything about your hardware but maybe you have 2 Ethernet ports?

If there are still conflicts with your VPN just try other interfaces till UMS can see your devices.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
Post Reply