jgeusebroek / docker-spotweb

A docker image running ubuntu/20.04 Linux and Spotweb
47 stars 27 forks source link

Geen afbeeldingen #28

Closed roeiegans closed 2 years ago

roeiegans commented 3 years ago

Hallo,

Ik heb docker draaien met jullie image op een Synology. Op zich werkt e.e.a. prima. Alleen krijg ik geen afbeeldingen te zien bij de spots. Ik heb daar wel op gegoogled en kom wat zaken tegen, zoals dit:

http://www.synology-forum.nl/spotweb/na-upgrade-naar-dsm-5-haalt-spotweb-geen-plaatjes-meer-op/

Als dit al de oplossing is voor mijn Docker installatie, dan zou ik niet weten hoe ik dit zou moeten doen binnen Docker. Kunnen jullie me hiermee helpen? Want ik neem aan dat dit dan zal moeten worden opgelost met environmental variables.

Alootje commented 2 years ago

I have a similar issue. In my case sometimes images refuse to load, while for other spots they load perfectly fine.

jgeusebroek commented 2 years ago

While browsing Spotweb try running on the server: docker exec -ti spotweb tail -f /var/log/apache2/error.log

Can you paste the output?

Alootje commented 2 years ago

I had to update to: docker exec -ti spotweb tail -f /var/log/nginx/error.log

I browsed spots with working images and without. Unfortunately nothing comes up in the errror log. If I double click the spinning wheel with 'Loading image': image

If I right-click --> show image in new tab I see ~1/3 of the image.

jgeusebroek commented 2 years ago

Are you sure you are running my image? And if so, what version? NginX is not used in my image.

docker image -a

Alootje commented 2 years ago

Well, I'm sure, it's not your image. :$ Apperantly I'm using the image of Erik de Vries... I mixed things up, I was under the impression that I was using your image, my apologies.

I will setup your image and see whether that has the same issue. I'll report back, probably somewhere in the weekend.

Edit: just installed your image, it's retrieving now. Next update possible tomorrow.

Alootje commented 2 years ago

With your image it seems that I don't have the issue of image's of spots not showing. 👍🏻 In the image of Erik de Vries the image of Reacher (https://github.com/jgeusebroek/docker-spotweb/issues/28#issuecomment-1034112761) was not showing, with your image they are 💪🏻

So for my part the issue is solved. I don't know if @roeiegans still experiences issues...?

jgeusebroek commented 2 years ago

Awesome, thanks for the feedback! I'm going to close this issue.