Results 738 comments of meeb

Hi, what's in your container logs? Anything causing errors like that should result in a relatively verbose in the logs. Like with: ```bash docker logs tubesync ``` The TubeSync container...

Interesting. Have you added some very large channels or a large number of sources? Is the server you're running TubeSync on a bit slow? That error would imply that the...

Cheers. Is this just on `/tasks` or other URLs as well?

Sounds a reasonable explanation. The DB should only really lock for writes and reads should in theory be fine, but I'm leaning towards that'll start being "use Postgres" territory if...

I'll track the tasks page issue specifically in #80 - the general speed improvements are spread over the various refactoring issues.

Thanks for the detailed description, I'll have a go at replicating this. It's quite possible there's a bug in handling of media items as unique per (source, video_id) and just...

The "key" is the actual string used in the URL template so I would guess that won't work, if you added a channel `somechannel` and changed the key to `somechannel-music`...

@micahmo 's patch might fix this but this probably needs a further confirmation review.

This would probably (eventually) get resolved by #33 - the "add by ID" was stuffed in later, it just follows the same validation format as channel URLs which is why...

The healthcheck is used internally by the Docker HEALTHCHECK and is automatically monitorited so you get the `(healthy)` container state in Docker. As it's monitored in-container there wasn't any reason...