You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to synchronize but got the following errors:
gpodder-1 | 2024/07/11 21:05:18 [fa9419552ab6/5mjlPUOo79-000001] "PUT http://localhost:3005/subscriptions/patrick/pc-101.home.json HTTP/1.1" from 172.19.0.1:32810 - 500 0B in 1.594257ms
gpodder-1 | 2024/07/11 21:05:18 error parsing device id: sql: no rows in result set
I used docker-compose with NO_AUTH=true. In gpodder under Preferences the gpodder.net when I clock "Upload local subscriptions" I get the following error: "Error while upload 500". I used username: patrick, password: unused and device name: xps13 and server: localhost:3005.
The text was updated successfully, but these errors were encountered:
Even though NO_AUTH is set true, you will still need to create a user. The password you set will not matter in NO_AUTH mode, but you still have to fill something up.
If you have access to the binary, you can do the following
I do recommend using the release binaries (or build from source) to run gpodder2go instead of docker as you don't really need any external depedencies.
I also think that we should perhaps have some kind of init container in the docker-compose example to create the user during first load.
I tried to synchronize but got the following errors:
I used docker-compose with NO_AUTH=true. In gpodder under Preferences the gpodder.net when I clock "Upload local subscriptions" I get the following error: "Error while upload 500". I used username: patrick, password: unused and device name: xps13 and server: localhost:3005.
The text was updated successfully, but these errors were encountered: