umputun / feed-master

Pulls multiple podcast feeds (RSS) and republishes as a common feed, properly sorted and podcast-client friendly.
https://feed-master.umputun.dev
MIT License
116 stars 26 forks source link

web server not working #121

Closed alfonder closed 1 year ago

alfonder commented 1 year ago

Just reinstalled FM from DockerHub image onto a new server. Waited for a couple hours to finish download-converting job. I see, that .mp3 and .xml files are generated. But I fail to get any data from web-server. All urls: /rss /feed /yt/ are returning error 404. And the following error is in log: {logger/logger.go:134} GET - /yt/UCWAIvx2yYLK_xTYD4F2mUNw - xxxxxxxx.dynu.net - unknown ip - 404 (19) - 27.297µs What does it mean? Previously my config worked on another server.

umputun commented 1 year ago

web server is working fine, probably some issue wit the configuration. In order to help you with this I need to see your docker-compose.xml and fm.xml as well as the full log generated from the moment you started the container.

I'll move it to discussions as it doesn't seem to be the actual bug but rather something on your side