Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ForceConstant opened this issue Oct 9, 2024 · 10 comments
Open

Comments

@ForceConstant
Copy link

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

@meeb
Copy link
Owner

meeb commented Oct 9, 2024

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

@ForceConstant
Copy link
Author

  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.

@meeb
Copy link
Owner

meeb commented Oct 10, 2024

try resetting tasks on the command line, like:

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

@ForceConstant
Copy link
Author

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.

@meeb
Copy link
Owner

meeb commented Oct 10, 2024

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?

@ForceConstant
Copy link
Author

image

@meeb
Copy link
Owner

meeb commented Oct 12, 2024

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?

@alvarokrn
Copy link

It's happening the same to me.

@YourWishes
Copy link

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

@meeb
Copy link
Owner

meeb commented Nov 7, 2024

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants