mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-08-27 01:01:21 -04:00
[GH-ISSUE #80] [BUG] Decoding error when using Setup mode #44
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nikolan123 on GitHub (Jul 29, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/80
Describe the bug
I get a decoding error when trying to install a game if Setup mode is on. This happens with both of the games in my library.
The error message is
error decoding response body: invalid type: null, expected a string at line 1 column 153There is nothing about it in app's logs using DEBUG level logging or in the server logs.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The version should be listed and download as normal.
Screenshots

Desktop
@DecDuck commented on GitHub (Jul 29, 2025):
I couldn't reproduce it, could you provide instructions on how you set it up, and see if you can reproduce the issue with a different game?
@nikolan123 commented on GitHub (Jul 29, 2025):
It happens with both games in my library, the app installation is fresh.
This is how I imported the version:
and here's my docker compose:
@DecDuck commented on GitHub (Jul 29, 2025):
Oh this issue may have been fixed already, I just realised you're on v0.2.0. I'll see if it's present on v0.2.0, but you're welcome to upgrade to nightly or wait until v0.3.0.
@nikolan123 commented on GitHub (Jul 30, 2025):
Updating to nightly fixed it, thank you!
[BUG] Decoding error when using Setup modeto [GH-ISSUE #80] [BUG] Decoding error when using Setup mode