taylorbourne / xteve_lazystream

Docker bundle that provides xTeVe and guide2go for enhanced guide data and Plex/Emby IPTV integration, and Lazystream for integrated high-quality NHL and MLB games.
70 stars 26 forks source link

not sure if lazystream is updating. #60

Closed goldenpipes closed 3 years ago

goldenpipes commented 3 years ago

noticed NHL guide was constantly blank. checking the logs, it seems i was getting the error https://github.com/tarkah/lazystream/issues/80

so i tried to update the lazystream version by restarting my container, it says it does update, but it seem to fix the error mentioned in #80 from lazystreams github.

[cont-init.d] 60-update-lazystream: executing...
[update-lazystream] checking for update
[update-lazystream] installed version: v1.11.6

[update-lazystream] remote version: v1.11.7

[update-lazystream] newer version available, downloading...

Are you sure you want to trust it? (y/N): Connecting to github.com (140.82.114.4:443)
wget: server returned error: HTTP/1.1 404 Not Found

tar: can't open 'lazystream.tar.gz': No such file or directory
mv: cannot stat '././lazystream': No such file or directory
rm: cannot remove 'lazystream.tar.gz': No such file or directory
[update-lazystream] lazystream successfully updated to v1.11.7
[cont-init.d] 60-update-lazystream: exited 0.
[cont-init.d] 70-chown-files: executing...
[cont-init.d] 70-chown-files: exited 0.
[cont-init.d] 99-firstrun: executing...

ive tried rebuilding the container a few times nothing seems to work.

tarkah commented 3 years ago

Hmm, doesn't seem like it can download the latest version from GitHub.

If you're comfortable enough, you can modify the Dockerfile, there's a line in it that fetches lazystream. You can have it download the latest version and rebuild the image and use that.

goldenpipes commented 3 years ago

i just put in a pr. in the meantime i just manually ran

wget https://github.com/tarkah/lazystream/releases/download/v1.11.7/lazystream-v1.11.7-x86_64-unknown-linux-musl.tar.gz -O lazystream.tar.gz;

in the container, and restarted and it found the file and updated.