linuxserver / docker-deluge

GNU General Public License v3.0
250 stars 89 forks source link

[BUG] Webui broken in firefox #182

Closed gravelfreeman closed 1 year ago

gravelfreeman commented 1 year ago

Is there an existing issue for this?

Current Behavior

When accessing webui with Firefox it's asking for a password even though you just entered the password.

Expected Behavior

Open Deluge webui after entering password.

Steps To Reproduce

  1. Access webui with your IP
  2. Enter "deluge" default password

Environment

- OS: TrueNAS Scale
- How docker service was installed: TrueCharts

Issue only happen on Firefox. 2x other people on Discord tried it and got the same result.

CPU architecture

x86-64

Docker creation

(not sure about this but according to this link it would be the following)
https://github.com/truecharts/containers/blob/master/mirror/deluge/Dockerfile#L1

FROM ghcr.io/linuxserver/deluge:version-2.1.1-r6@sha256:026d9007c2583f6e25a8467c58f870c04df29ca9f788b809b6d59d20ae4b2199
LABEL "org.opencontainers.image.source"="https://github.com/truecharts/containers"

ARG CONTAINER_NAME
ARG CONTAINER_VER
LABEL org.opencontainers.image.licenses="BSD-3-Clause"
LABEL org.opencontainers.image.title="${CONTAINER_NAME}"
LABEL org.opencontainers.image.url="https://truecharts.org/docs/charts/${CONTAINER_NAME}"
LABEL org.opencontainers.image.version="${CONTAINER_VER}"
LABEL org.opencontainers.image.description="Container for ${CONTAINER_NAME} by TrueCharts"
LABEL org.opencontainers.image.authors="TrueCharts"
LABEL org.opencontainers.image.documentation="https://truecharts.org/docs/charts/${CONTAINER_NAME}"

Container logs

I don't know how to provide this.
github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

gravelfreeman commented 1 year ago

Just wanted to say that it really has to do with linuxserver since from my seedbox provier, Deluge webui is working on Firefox.

Any ETA for a fix?

thespad commented 1 year ago

Can't replicate this, it's working fine in Firefox for me. Possibly some issue with k8s or how TrueCharts are deploying it, neither of which we support or are in a position to test against. Could also be a Firefox extension causing issues but that's less likely if you've got it working elsewhere.

https://github.com/linuxserver/docker-deluge/assets/8425502/643ef49a-c142-45e1-ae3c-a5d8ebd5381d

gravelfreeman commented 1 year ago

If anyone wants to know the progress I've created this issue.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 1 year ago

This issue is locked due to inactivity