Issue with XMR- XMR not working Properly

  1. XMR is working only after running the xmr.phar file maullay from CMD. how to start XMR automatically?
  2. I have two Players:
    First Player is the PC which CMS is Installed and Second player is independent.

I can take screenshot from the first player but not able to get screenshot from the second player. But all commands and schedules is working in the Second player

If you do a custom install (rather than with Docker as we suggest), then it’s up to you to arrange getting XMR and XTR to run as is required. I’d suggest a startup task, or something run from Windows Scheduled tasks. XMR will not start itself. With a Docker-based install, XMR and XTR are handled for you.

With your second issue, if the screenshot request is getting to XMR (and you can see it on the console as in your screenshot), then it’s likely that the Player’s encryption key is no longer in sync with the CMS. To correct this, edit the Display in the CMS, and tick the box to “Reconfigure XMR”, which will cause a new key to be uploaded from the Player to the CMS on it’s next scheduled connection. Once the key has been setup, you should be able to request a screenshot.

Hi Sir,

Tried Reconfigure XMR, still not able to get the Screenshot.

You waited after doing that for the Player to re-register it’s key?

What does the Player status screen show? Press i to bring it up on the Player, and then upload a screenshot here.

Please see the Screenshot,

XMR is connected and receiving data, so it can only be that the key is incorrect.

You will need to allow time after rekey for the player to collect with the CMS manually, otherwise it won’t work.

I assume also here you’re running 1.8.2 CMS and Player as there were timezone related issues in 1.8.1 which might be a factor here if you aren’t on latest.

Its latest one,downloaded 3 days back.
After rekey timezone is correct,but still with error.

Perhaps you have a firewall blocking your connection somehow

I have one more Query Regarding the the Mail Notification. I have tried test mail and working fine but not receiving mail from Xibo. Tried Maintenance also.

No notifications were send in that code. You either have them turned off centrally, or turned off for your specific displays.

Note too that while you can call maintenance from the web URL as you are doing there, it’s really designed to be run from XTR now. You should configure that instead.

Also note that your CMS is incorrectly installed. You should not have “web” in the URL as you do.

Please see the Environment section of the manual for details:
http://xibo.org.uk/manual-tempel/en/install_environment.html

So how can I keep files in a XAMPP->htdoc folder?

modify your httpd.conf file look for DocumentRoot
make it something like
DocumentRoot “C:/xampp/htdocs/xibo/web”