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

[Transmission] Startup Probe returns http 404 #585

Closed
stavros-k opened this issue Jun 23, 2021 · 3 comments · Fixed by #596
Closed

[Transmission] Startup Probe returns http 404 #585

stavros-k opened this issue Jun 23, 2021 · 3 comments · Fixed by #596
Labels
bug Something isn't working

Comments

@stavros-k
Copy link
Member

stavros-k commented Jun 23, 2021

Describe the bug
Startup probe returns Startup probe failed: HTTP probe failed with statuscode: 409 . This has something to do probably with the csrf attack protection of transmission.

Tried to modify probes path to /transmission/web/ as most posts online say that (/transmission/web without trailing slash was the problem and adding the slash fixes it), but probe still returns 409.

probes:
  liveness:
    path: "/transmission/web/"
  readiness:
    path: "/transmission/web/"
  startup:
    path: "/transmission/web/"

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Apps'
  2. Click on 'Transmission'
  3. Scroll down to 'Install' (All defaults, add name)
  4. See error

Expected behavior
Transmission install and deploy

Screenshots
All config is default.

Additional context
Add any other context about the problem here.

@stavros-k stavros-k added the bug Something isn't working label Jun 23, 2021
@stavros-k
Copy link
Member Author

Here is some logs and settings from a discord member
https://discord.com/channels/830763548678291466/830763549156573223/856950962030641182

@Ornias1993
Copy link
Member

You could try reverting to TCP probes instead...

@truecharts-admin
Copy link
Collaborator

This issue is locked to prevent necro-posting on closed issues. Please create a new issue or contact staff on discord of the problem persists

@truecharts truecharts locked and limited conversation to collaborators Feb 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants