tubesync icon indicating copy to clipboard operation
tubesync copied to clipboard

New install, and nothing is downloading, tasks show immediately.

Open ForceConstant opened this issue 1 year ago • 7 comments

So I have a new install, and setup tubesync using docker. Tubesync seems to have synced a channel, and put things to download, but no media has actually downloaded. In the tasks section it says 67 tasks to download immediately, but no action. I have restarted the container, but nothing happens. Ideas?

image image

ForceConstant avatar Oct 09 '24 10:10 ForceConstant

Is the number of tasks going down? There's not enough information here to assist really. Anything else in the container logs?

meeb avatar Oct 09 '24 16:10 meeb

  1. No the tasks are not going down.
  2. That is the whole container logs, doesn't look like anything is happening.
  3. I tried doing the reset-tasks, and it worked for a while, and seems to have downloaded all of the metadata, but has left the scheduled tasks to actually download the items.

ForceConstant avatar Oct 09 '24 16:10 ForceConstant

try resetting tasks on the command line, like:

docker exec -ti tubesync python3 /app/manage.py reset-tasks

meeb avatar Oct 10 '24 04:10 meeb

Yes I have previously ran this command to reset-tasks.

try resetting tasks on the command line, like:

docker exec -ti tubesync python3 /app/manage.py reset-tasks

Yes I have previously ran this to reset tasks. Any way to add debug to see what the tasks are waiting for? Note I also saw in another issue similar issue that was fixed by making sure the timezone was correct inside the container, and have verified this.

ForceConstant avatar Oct 10 '24 09:10 ForceConstant

Yeah obviously something isn't running correctly, the issue is there's nothing in your logs to indicate what the issue is. What processes are running in the container?

meeb avatar Oct 10 '24 13:10 meeb

image

ForceConstant avatar Oct 10 '24 13:10 ForceConstant

That shows that the task runner is running properly. I've no idea really why it's not processing tasks on your install if that is indeed the issue.

Edit: any logs on the host? OOM errors?

meeb avatar Oct 12 '24 12:10 meeb

It's happening the same to me.

alvarokrn avatar Oct 30 '24 13:10 alvarokrn

try resetting tasks on the command line, like:

docker exec -ti tubesync python3 /app/manage.py reset-tasks

I'm experiencing the same issue, clean install running through docker compose, tasks are adding fine but none are processing, running this command gives; image

YourWishes avatar Nov 07 '24 15:11 YourWishes

@YourWishes that error means your database schema is missing or corrupted. This isn't the same issue. What does this output?

$ docker exec -ti tubesync python3 /app/manage.py migrate

meeb avatar Nov 07 '24 16:11 meeb

I believe this was fixed by #690.

Duplicate of issue:

  • #252

tcely avatar Feb 27 '25 09:02 tcely

This looks resolved, thanks @tcely !

meeb avatar Mar 13 '25 13:03 meeb