C9Glax / tranga

Docker-Container to monitor (Manga) Scanlation-Sites for download new chapters.
GNU General Public License v3.0
157 stars 15 forks source link

[It broke]: Download Logs button no longer works. #139

Closed db-2001 closed 9 months ago

db-2001 commented 9 months ago

What is broken?

The Download Logs button was working with the tranga branch we were testing with and then got merged into the main one. I'm not sure if something has been changed since then but now the logs are empty. Website code hasn't changed.

Log-output

No response

Additional stuff

No response

C9Glax commented 9 months ago

Can you check what the StatusCode is when you press the button? image Should either be a 404 or a 200

db-2001 commented 9 months ago

Yeah returning 404 for me, I can see from your screenshot that you have a 200. I can see my logs in Portainer so the logger is enabled. Just don't know why it's returning a 404.

What's even more strange is that when I run the latest code from GitHub through Visual Studio, I can download the logs.

db-2001 commented 9 months ago

Hm, took down my tranga stack and redeployed it from the command line and it worked. I think this may have something to do with if you start/restart tranga from portainer or another container manager, it doesn't start the file logging?