Linux player connection refused

Hi,

After installing CMS on a linux server I tried to launch a linux player on the same server.
I managed to register it and it looks like it is authorized and signed in, when looking in the CMS but when I run it I get “could not connect: connection refused” with the following:

[18:43:00.392] [16127] [debug]: [DBus] ScreenSaver is suspended: 78883178
[18:43:00.392] [16127] [info]: [XiboApp] http://127.0.0.1:1234/
[18:43:00.399] [16127] [debug]: [CollectionInterval] Interval updated to 300 seconds
[18:43:00.400] [16127] [debug]: [XiboApp] Player settings updated
[18:43:00.407] [16135] [info]: [ZMQ] Successful connection
[18:43:00.464] [16147] [debug]: [CollectionInterval] Started
[18:43:00.617] [16154] [error]: **[PlayerSettings] Load settings error: No such node (sizeX)**
[18:43:00.618] [16147] [debug]: [XMDS::RegisterDisplay] Success
[18:43:00.619] [16127] [debug]: [XiboApp] Player settings updated
[18:43:00.900] [16147] [debug]: [XMDS::Schedule] Received
[18:43:00.900] [16147] [debug]: [XMDS::RequiredFiles] Received
[18:43:01.059] [16163] [debug]: [XMDS::MediaInventory] Updated
[18:43:01.067] [16165] [debug]: [3.html] Downloaded
[18:43:01.196] [16147] [debug]: [XMDS::SubmitLogs] Submitted
[18:43:01.197] [16127] [debug]: [CollectionInterval] Finished. Next collection will start in 300 seconds
[18:43:01.200] [16168] [debug]: [XMDS::MediaInventory] Updated

Those logs don’t really indicate any issue - is there more information?

Not really. I get a white window with “connection refused…” at the top of the window. I see the display in the cms and it is authorized and appears as signed in.

After changing the xibo library path in the xibo player options I get the Xibo logo when ithe player starts but I get the following log. Something about the layouts:
[16:18:01.721] [57884] [error]: [PlayerSettings] Load settings error: No such node (sizeX)
[16:18:01.721] [57880] [debug]: [XMDS::RegisterDisplay] Success
[16:18:01.722] [57869] [debug]: [XiboApp] Player settings updated
[16:18:02.006] [57880] [debug]: [XMDS::Schedule] Received
[16:18:02.007] [57880] [debug]: [XMDS::RequiredFiles] Received
[16:18:02.151] [57890] [debug]: [3.xlf] Downloaded
[16:18:02.155] [57891] [debug]: [2.xlf] Downloaded
[16:18:02.176] [57893] [debug]: [4.html] Downloaded
[16:18:02.187] [57895] [debug]: [3.html] Downloaded
[16:18:02.195] [57869] [error]: [LayoutsManager] [MainLayoutParser] Layout 3 is invalid or missing. Reason: /home/xibo/snap/xibo-player/3.xlf: cannot open file
[16:18:02.195] [57869] [info]: [LayoutsManager] Check resource folder to find out what happened
[16:18:02.195] [57869] [error]: [LayoutsManager] [MainLayoutParser] Layout 2 is invalid or missing. Reason: /home/xibo/snap/xibo-player/2.xlf: cannot open file
[16:18:02.199] [57869] [info]: [LayoutsManager] Check resource folder to find out what happened
[16:18:02.331] [57897] [debug]: [XMDS::MediaInventory] Updated
[16:18:02.384] [57899] [debug]: [XMDS::MediaInventory] Updated
[16:18:02.389] [57880] [debug]: [XMDS::SubmitLogs] Submitted
[16:18:02.497] [57869] [debug]: [CollectionInterval] Finished. Next collection will start in 300 seconds

Do you have a webpage widget on your Layout? It sounds like whatever you’re Layout is showing might not be working.

“Connection Refused” normally comes from the webserver, so either you’re shownig a third party URL and that server is refusing the connection, or your showing a Widget in Xibo that uses our local embedded server and that is refusing the connection (althought I don’t see a log to indicate that).

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.