Youtarr broken/updates #91
Replies: 2 comments
-
|
This issue is resolved. I updated to Node:20, this also fixed the issue with youtube videos downloading with a low quality. Note, the image pull will take a bit since it's so big... but that only needs to happen once for now until I work on a fix to make the image smaller. |
Beta Was this translation helpful? Give feedback.
-
|
Additional comment: I updated Youtarr to use docker-compose and run the database in it's own container. Let me know if you have any issues :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
For anyone that noticed that Youtarr is not working as of Thursday Sept 4th:
Due to the use of an old Node version as the base for the Dockerfile, the build recently broke.
I attempted to fix it, but there is an incompatibility with the MariaDB version that is used for the database.
Unfortunately, this attempted fix caused a BROKEN RELEASE BUILD, so if you recently restarted Youtarr then you probably have a non-working installation.
I pushed up a temporary fix last night for this:
The
start.shscript is now pinned to the LAST WORKING version of the built image.For now, in order to resolve the issue, please do a
git pulland then./stop.shand./start.shYour running Youtarr instance WILL have a notice at the bottom that says "New version (v1.17.25) available! Please restart the app to update.", but you can ignore that.
This weekend I will work on an actual fix for the issue, which will unblock things.
TLDR:
If Youtarr is not working for you as of recently, just
git pullagainst themainbranch, then./stop.shand./start.shBeta Was this translation helpful? Give feedback.
All reactions