-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XMR: the PHAR file with 1.0 release is an older version #3604
Comments
i have compile from the tutorial from https://community.xibo.org.uk/t/websockets-configuration-in-4-2/34358/14 but the vendor folder is missing. So i downloadet the release https://github.com/xibosignage/xibo-xmr/releases/tag/1.0 and replace the xmr.phar with my compiled file (in the zip archive the vendor folder is available.) and add the bin/config.json file. that work for me.
|
You're right, the HTTP server doesn't log its port in this line
But it will be open if that line is logged. When I try to run |
What is the error message? |
Sorry, I mean I get an error building the PHAR file via Box. Your workaround above works fine in the meantime! Thanks |
Yes the building with box work on my system
|
Originally this was raised by the community: https://community.xibo.org.uk/t/websockets-configuration-in-4-2/34358/13
Upon investigation the
build.sh
file should have been run and the PHAR file updated in the repository before cutting a release. Unfortunately build.sh does not work anymore - likely due to PHP version.Ideally the PHAR file should be removed from the repository, built and uploaded to the release via GitHub actions. Or, I suppose built using Docker so that it is available inside the image, and then uploaded to the release as an asset.
The text was updated successfully, but these errors were encountered: