Troubleshooting
September 17, 2025 ยท View on GitHub
Logs for main app
docker-compose logs -f nefarious
Logs for tasks (search results):
docker-compose logs -f celery
List all services (they should all be "up"):
docker-compose ps
Completely restart everything (you won't lose your nefarious settings, though):
docker-compose down
docker-compose up -d
FAQ
Nefarious says my content is downloaded, but I cannot find it
After your content is downloaded, transmission places it in .unprocessed-nefarious-downloads. Periodically (see tasks.py) a job is run that among other things moves the file to the correct folder. You can manually trigger this task via Process Completed Media in the settings page.