-
Notifications
You must be signed in to change notification settings - Fork 44
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
Custom Tonies caching issue #283
Comments
The cache function does not know where to download your image, as the Host URL is not set in the settings and you are using an absolute path without a host.. It works in the browser as it is relative to the main url in your browser. |
I have also tried using a real URL that works in the browser, but the error remains the same.
|
Did you try to urlencode the path? Especially the ampersands otherwise are a problems, beside the spaces. |
I have tried this Unfortunately also an error message
I would also expect the string from the json file to be URI encoded in the script. |
are you trying to connect from one docker container to another on macvlan? |
No I try to connect to a merged folder inside the TeddyCloud Container.
|
I have integrated my music sharing from the NAS directly into the Docke container.
-v /volume1/music:/teddycloud/data/www/custom_img:ro
Then I made the following entry in tonies.custom.json.
That works perfectly.
However, as soon as I activate the "Cache images" this no longer works and the following error appears in the log.
The text was updated successfully, but these errors were encountered: