Closed goldenpipes closed 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.
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.
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.
ive tried rebuilding the container a few times nothing seems to work.