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 have read the pinned issues and could not find my issue
Is there an existing or similar issue/discussion for this?
I have searched the existing issues
I have searched the existing discussions
Is there any comment in the documentation for this?
I have read the documentation, especially the FAQ and Troubleshooting parts
Is this related to a provider?
I have checked the provider repo for issues
My issue is NOT related to a provider
Are you using the latest release?
I am using the latest release
Have you tried using the dev branch latest?
I have tried using dev branch
Docker run config used
If you can't replicate this issue I can provide Portainer screenshots.
Current Behavior
Open Transmission in browser when using Flood UI, or refresh page, and error appears in log. Affects dev and latest back to 5.3.0; 5.2 is the latest unaffected build.
Checking the container, 5.2 has config.json, whereas 5.3.0 and onwards have config.json.defaults.
Expected Behavior
config.json exists
How have you tried to solve the problem?
Manually creating the file resolves the issue, but that's not exactly a great fix.
Log output
[2023-12-12 07:31:26.476] ERR utils.cc:105 Couldn't read '/opt/transmission-ui/flood-for-transmission/config.json': No such file or directory (2) (utils.cc:105)
HW/SW Environment
- OS: Asustor ADM x86_64
- Docker: 23.06
Anything else?
No response
The text was updated successfully, but these errors were encountered:
I see the same issue here..
nothing regarding flood has changed what I see, only transmission version up.. no time to dig into this for a while now though
If my memory serves me right the final verdict here was to hardcode the defaults in an exportable module and load any customization from config.json (if present) and soft fail if that doesn't work (e.g. not present as in your case)
config.json.defaults mever gets loaded and only serves as a skeleton/template/starting point, e.g.: mv config.json.defaults config.json
[2023-12-12 07:31:26.476] ERR utils.cc:105 Couldn't read '/opt/transmission-ui/flood-for-transmission/config.json': No such file or directory (2) (utils.cc:105)
Assuming this is logged by transmission-daemon (utls.cc) the error makes no sense as flood's config.json is loaded by your browser when accessing the frontend (http://host:9091) not transmission.
Edit:
I just pulled a fresh copy of johman10/flood-for-transmission on my seed box, copied my custom config.json and everything is working as expected.
Is there a pinned issue for this?
Is there an existing or similar issue/discussion for this?
Is there any comment in the documentation for this?
Is this related to a provider?
Are you using the latest release?
Have you tried using the dev branch latest?
Docker run config used
If you can't replicate this issue I can provide Portainer screenshots.
Current Behavior
Open Transmission in browser when using Flood UI, or refresh page, and error appears in log. Affects
dev
andlatest
back to5.3.0
;5.2
is the latest unaffected build.Checking the container,
5.2
hasconfig.json
, whereas5.3.0
and onwards haveconfig.json.defaults
.Expected Behavior
config.json
existsHow have you tried to solve the problem?
Manually creating the file resolves the issue, but that's not exactly a great fix.
Log output
HW/SW Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: