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
1- Use tdar image docker.io/haveagitgat/tdarr_acc:dev_2.18.01_2023_12_21T15_42_37z
2- Enter local user credentials. Go to tools > API key > generate a new one
3- Add key attribute to tdar widget
4- It shows API error on the home page
[2024-01-20T06:04:13.129Z] error: <tdarrProxyHandler> Error getting data from Tdarr: 403. Data: {"status":403,"message":"No auth token or API key provided"}
[2024-01-20T06:04:14.289Z] error: <tdarrProxyHandler> Error getting data from Tdarr: 403. Data: {"status":403,"message":"No auth token or API key provided"}
Browser Logs
No response
Troubleshooting
docker exec homepage ping tdarr
PING tdarr (172.19.0.12): 56 data bytes
64 bytes from 172.19.0.12: seq=0 ttl=64 time=0.173 ms
64 bytes from 172.19.0.12: seq=1 ttl=64 time=0.123 ms
64 bytes from 172.19.0.12: seq=2 ttl=64 time=0.151 ms
64 bytes from 172.19.0.12: seq=3 ttl=64 time=0.144 ms
64 bytes from 172.19.0.12: seq=4 ttl=64 time=0.160 ms
docker exec homepage curl -L -k https://tdarr.host.or.ip/api/v2/cruddb
{"status":403,"message":"No auth token or API key provided"}
Description
Hi
tdar widget does not work with api key.
You can enable tdar auth as described here HaveAGitGat/Tdarr#297 (comment)
Steps to reproduce
1- Use tdar image
docker.io/haveagitgat/tdarr_acc:dev_2.18.01_2023_12_21T15_42_37z
2- Enter local user credentials. Go to tools > API key > generate a new one
3- Add key attribute to tdar widget
4- It shows API error on the home page
homepage version
v0.8.4
Installation method
Docker
Configuration
Container Logs
Browser Logs
No response
Troubleshooting
docker exec homepage ping tdarr PING tdarr (172.19.0.12): 56 data bytes 64 bytes from 172.19.0.12: seq=0 ttl=64 time=0.173 ms 64 bytes from 172.19.0.12: seq=1 ttl=64 time=0.123 ms 64 bytes from 172.19.0.12: seq=2 ttl=64 time=0.151 ms 64 bytes from 172.19.0.12: seq=3 ttl=64 time=0.144 ms 64 bytes from 172.19.0.12: seq=4 ttl=64 time=0.160 ms
Other
No response
Before submitting, I have made sure to
The text was updated successfully, but these errors were encountered: