-
Notifications
You must be signed in to change notification settings - Fork 1
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
local images not working #3
Comments
It sounds like your proxy server isn't running. You need to let the cronjob run once to activate it. By default it runs at midnight if cron.txt is not set up (see below). When it runs the proxy server is spun up. Can confirm the images are being served correctly after it runs. After it runs, the proxy server is kept alive. If you run ./config/cronjob.sh manually from your command line I believe the process will end once the script is finished which kills the proxy server. The readme doesn't cover it but you should use sample_cron.txt to personalize your cronjob. It writes your custom cronjob into the container upon startup. See detailed instructions in sample_cron.txt. You can update the cronjob to output logs to a file. I was just doing this so here is a guide, might help someone. Create log folder and log file Update permissions Back on your host, rename sample_cron.txt as cron.txt and update run time as needed, with logging at the end |
Images have actually stopped working now @alturismo I think it is because of this from SD forums “This will impact requests to the S3 buckets used for images and station logos. Please ensure that your operating system and libraries have been updated.” |
i take a look these days, currently a little busy here, thanks for pointing |
Hi @alturismo - have you got time to check on the missing images issue? |
thanks for the reminder, but actually not ;) i need some days off ;) |
I'm trying to use the local image option.
The images are downloaded correctly, the xml seems to be pointing in the correct location but it doesn't seem like i'm able to actually call them via link as if server isn't up.
Any suggestion would be welcome.
YAML file
XMLTV Entry
http://localhost:9080/images/17a7d3065ba268f99beb476d5851e4152583a013ed69ff7e5432e051d9950957.jpg
The text was updated successfully, but these errors were encountered: