akhilrex / podgrab

A self-hosted podcast manager/downloader/archiver tool to download podcast episodes as soon as they become live with an integrated player.
GNU General Public License v3.0
1.55k stars 88 forks source link

Podcasts download then any more different podcasts added will not. #221

Closed ceefaxer closed 2 years ago

ceefaxer commented 2 years ago

Before creating a bug report please make sure you are using the latest docker image / code base.

Please complete the following information

Describe the bug I'm just getting my head around it but, something appears wrong. After adding a few podcasts to test it suddenly stops downloading and just downloads the image file. I see this in docker. I have say added 'In Memory Of John Peel Show' and they download. I add say https://fourble.co.uk/podcast/rlearly and it fails to download. I delete everything. I re add 'In Memory Of John Peel Show' and it now fails to download. Apologise I'm learning my way around docker and commands in general and may have done something wrong. But would love some help to fix this.

2022/06/28 00:15:26 /api/db/dbfunctions.go:17 record not found

[1.344ms] [rows:0] SELECT * FROM podcasts WHERE podcasts.url = "http://feeds.feedburner.com/johnpeel/" ORDER BY podcasts.id LIMIT 1

http://feeds.feedburner.com/johnpeel/

Response status: 200 OK

[GIN] 2022/06/28 - 00:15:26 | 200 | 128.759096ms | 172.17.0.1 | POST "/podcasts"

In Memory Of John Peel Show

http://feeds.feedburner.com/johnpeel/

Response status: 200 OK

/assets/In Memory Of John Peel Show

/assets/In Memory Of John Peel Show/folder.jpg

DownloadMissingEpisodes is locked

[GIN] 2022/06/28 - 00:21:50 | 200 | 5.726298ms | 172.17.0.1 | GET "/add"

[GIN] 2022/06/28 - 00:21:52 | 200 | 16.353368ms | 172.17.0.1 | GET "/"

[GIN] 2022/06/28 - 00:21:53 | 200 | 2.073755ms | 172.17.0.1 | GET "/tags"

[GIN] 2022/06/28 - 00:21:53 | 200 | 9.440719ms | 172.17.0.1 | GET "/podcasts/5f823123-cfdd-4bf9-a47b-fe99524a6fdb/image"

Player Not Exists

http://feeds.feedburner.com/johnpeel/

Response status: 200 OK

[GIN] 2022/06/28 - 00:21:59 | 200 | 168.132574ms | 172.17.0.1 | GET "/podcasts/5f823123-cfdd-4bf9-a47b-fe99524a6fdb/download" http://feeds.feedburner.com/johnpeel/ Response status: 200 OK DownloadMissingEpisodes is locked I should say i ran the install in docker using this command in case i have sone something wrong. docker run -d -p 8080:8080 --name=podgrab -v "/Users/p.gaskell/Documents/Podcasts:/assets" -v "/Users/p.gaskell/Documents/Config :/config" akhilrex/podgrab