I got this error after running couple of days with MRSS feed. It was working fine before before this error showed up. Any Help?
L=d T=2017/03/24 09:16:15.752 I=1010 D=http://{myhost}/signage/hq/New Employees.jpg The requested URL returned error: 505 HTTP Version Not Supported L=d T=2017/03/24 09:16:15.753 I=1011 D=At least one file could not be satisfied L=e S=HQ T=2017/03/24 09:16:31.180 E=timer D= A=0 L=d T=2017/03/24 09:16:45.753 I=1027 D=http://{myhost}/api/v1/feeds/signage/hq/mixed L=e S=HQ T=2017/03/24 09:16:45.756 E=timer D= A=0 L=d T=2017/03/24 09:16:45.941 I=1205 D=HQ L=d T=2017/03/24 09:16:46.006 I=1010 D=http://{myhost}/signage/hq/New Employees.jpg The requested URL returned error: 505 HTTP Version Not Supported L=d T=2017/03/24 09:16:46.007 I=1011 D=At least one file could not be satisfied L=d T=2017/03/24 09:17:16.007 I=1027 D=http://{myhost}/api/v1/feeds/signage/hq/mixed L=e S=HQ T=2017/03/24 09:17:16.010 E=timer D= A=0 L=d T=2017/03/24 09:17:16.208 I=1205 D=HQ
9 comments
-
Lyndon are you delivering html content in your feed? I haven't seen that error before. What are you using to serve up your feeds?
-
Sabin Maharjan No html content. just images.(These are the names: great6.jpg, New Employees.jpg, 9.jpg, 8.jpg)
I'm hitting our REST Endpoint http://{myhost}/api/v1/feeds/signage/hq/mixed which serves "text/xml" content
-
Sabin Maharjan UPDATE: So it looks like the error was caused because there was a space in the URL
http://{myhost}/signage/hq/New Employees.jpg
When I removed the space in "New Employees.jpg", it worked. I think it is a bug? -
Lyndon I know our mrss parsing currently doesn't support files with spaces int he name. I hadn't seen an error like that before...
-
Sabin Maharjan It shows this 405 Method not allowed status error. The content is playing but it shows this error for some reason.
L=p Z=Video or Images S=2017/03/24 11:02:33.973 E=2017/03/24 11:02:43.653 I=image N=great6.jpg L=p Z=Video or Images S=2017/03/24 11:02:43.654 E=2017/03/24 11:02:53.777 I=image N=9.jpg L=p Z=Video or Images S=2017/03/24 11:02:53.777 E=2017/03/24 11:03:03.901 I=image N=8.jpg L=p Z=Video or Images S=2017/03/24 11:03:03.901 E=2017/03/24 11:03:14.026 I=image N=7.jpg L=p Z=Video or Images S=2017/03/24 11:03:14.026 E=2017/03/24 11:03:24.144 I=image N=5.jpg L=d T=2017/03/24 11:03:33.865 I=1219 D=http://{myhost}/api/v1/feeds/signage/test/mixed L=e S=HQ Feed T=2017/03/24 11:03:33.868 E=timer D= A=0 L=p Z=Video or Images S=2017/03/24 11:03:24.144 E=2017/03/24 11:03:34.275 I=image N=4.jpg L=d T=2017/03/24 11:03:38.871 I=1029 D=http://{myhost}/api/v1/feeds/signage/test/mixed 405 The requested URL returned error: 405 Method Not Allowed L=p Z=Video or Images S=2017/03/24 11:03:34.275 E=2017/03/24 11:03:44.409 I=image N=3.jpg L=p Z=Video or Images S=2017/03/24 11:03:44.409 E=2017/03/24 11:03:54.521 I=image N=10.jpg L=p Z=Video or Images S=2017/03/24 11:03:54.521 E=2017/03/24 11:04:04.648 I=image N=great6.jpg L=d T=2017/03/24 11:04:08.872 I=1219 D=http://{myhost}/api/v1/feeds/signage/test/mixed L=e S=HQ Feed T=2017/03/24 11:04:08.875 E=timer D= A=0 L=d T=2017/03/24 11:04:09.176 I=1029 D=http://{myhost}/api/v1/feeds/signage/test/mixed 405 The requested URL returned error: 405 Method Not Allowed -
Eric Hi Sabin, How do you manage to see this?
Is it via the web inspector debug page ip address and 2999 port?
Somehow I did not managed to view this although I had enabled this in the presentation setup.
-
^UD\_$ Spaces in file names seem to break MRSS feeds. See this thread:
http://support.brightsign.biz/hc/en-us/community/posts/115000032733-MRSS-Feed-not-cycling-images
-
Sabin Maharjan @Eric Simon Thomas This is from the log file ( SD Card > Current Log ).
-
Eric Ok, clear thanks!