SheepDomination

Results 126 comments of SheepDomination

> Try deleting and re-adding the source, then check the logs of the container for details. I'm doing the exact URL for the Watch Later list for the user Account,...

> Click the "add playlist" button not "add channel". A source with this key already exists; that source is, YouTube playlist.

Now I got this; Your new source has been created. If you have added a very large source such as a channel with hundreds of videos it can take several...

I'm getting 2 errors in the tasks. Failed to extract Data, no Metadata was returned ?

> That would imply that either your playlist URL doesn't work or your cookies weren't loaded properly. Check the logs for the word "cookies" and see if your `cookies.txt` file...

`sync.youtube.YouTubeError: Failed to extract_info for "https://www.youtube.com/playlist?list=WL": No metadata was returned by youtube-dl, check for error messages in the logs above. This task will be retried later with an exponential backoff.`...

Honestly, I don't know what is going wrong because I'm doing everything that I know correctly. I'm exporting out the cookies.txt file in Netscape format for only the URL specifically...

> Well, if you're confident that the cookies.txt file is correct then the only thing it can be is you've saved it in the wrong place or the file ownership...

My volumes are: ``` /volume1/docker/tubesync:/config /volume1/docker/tubesync:/downloads ```

> OK, so your volumes are very wrong. Try (after making sure the directories exist on the host): > > ``` > /volume1/docker/tubesync/config:/config > /volume1/docker/tubesync/downloads:/downloads > ``` > > And...