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

Cannot download Episode Images with files (possible solution included) #191

Open
cld4h opened this issue Feb 15, 2022 · 0 comments · May be fixed by #205
Open

Cannot download Episode Images with files (possible solution included) #191

cld4h opened this issue Feb 15, 2022 · 0 comments · May be fixed by #205

Comments

@cld4h
Copy link

cld4h commented Feb 15, 2022

  • Installation Type: Native
  • Have you tried using the latest docker image / code base: yes
  • sqlite version: 3.37.2 2022-01-06 13:25:41 872ba256cbf61d9290b571c0e6d82a20c224ca3ad82971edc46b29818d5dalt1

In

result := DB.Preload(clause.Associations).Where("local_image is ?", nil).Where("image != ?", "").Where("download_status=?", Downloaded).Order("created_at desc").Find(&podcastItems)

I changed

Where("local_image is ?", nil)

to

Where("local_image is ?", "")

and solved this problem.

tilosp added a commit to tilosp/podgrab that referenced this issue Apr 21, 2022
@tilosp tilosp linked a pull request Apr 21, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant