HTTP 500 Error when updating library #204
Replies: 6 comments 4 replies
-
Same issue here. I was looking at the api documentation for IGDB and they reference 2 different URLs https://api.igdb.com/v4/games/ and https://id.twitch.tv/oauth2/token. I'm wondering if they changed the URL. |
Beta Was this translation helpful? Give feedback.
-
Hello ! I have the same issue when updating my library.
|
Beta Was this translation helpful? Give feedback.
-
same issue here |
Beta Was this translation helpful? Give feedback.
-
@Toomblr Is your port binding really commented out, or is that an accident: services:
retrom:
container_name: retrom
image: ghcr.io/jmberesford/retrom-service:latest
# ports:
# - 5101:5101 This is what I expect is causing your 500 error. If this is not the case, then please provide more information re: your networking situation. What IP is your retrom service running under, are you certain your client is pointed at the correct hostname + port to access the server, etc. @SimHat The update library job does not interact w/ IGDB in any way, that is the Download Library job. IGDB is also optional, so being unable to download metadata would not lead to the inability to update the library entries and use them. |
Beta Was this translation helpful? Give feedback.
-
With RUST_BACKTRACE=1, I get
My compose file is
And my config file is:
|
Beta Was this translation helpful? Give feedback.
-
@DenowRammy @Toomblr Tracked in #205, fixed in version 0.4.9 which should be published within the hour. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
When I try to update the library, I get the error below:
Steps To Reproduce
Steps to reproduce the behavior:
library
Update library
Expected behavior
An updated library
Environment (please complete the following information where applicable):
TrueNAS SCALE Electric Eel 24.10
Firefox 133.0.3
v0.4.8
Logs
Logs are not displaying any apparent errors
Additional context
docker-compose
config.json
Beta Was this translation helpful? Give feedback.
All reactions