Unable to scan library content #461
Unanswered
TheRustifyer
asked this question in
Troubleshooting and debugging
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there. I am being unable to upload content. Dunno why.
I'd like very much to have some help to debug what I am doing wrong, since it has been 3 hours without success :(
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Content is being picked from the mapped volumes
Environment (please complete the following information where applicable)
Configurations
{ "connection": { "port": 5101, "dbUrl": "postgres://<user>:<pass>@192.168.1.10:5432/retromdb" }, "contentDirectories": [ { "path": "/app/gbc", "storageType": "SingleFileGame" }, { "path": "/app/gba", "storageType": "SingleFileGame" }, { "path": "/app/ds", "storageType": "SingleFileGame" }, { "path": "/app/3ds", "storageType": "SingleFileGame" }, { "path": "/app/ps1", "storageType": "SingleFileGame" }, { "path": "/app/ps2", "storageType": "SingleFileGame" } ], "igdb": { "clientId": <something>", "clientSecret": <some-secret> } }Logs
PD: Merry Christmas everybody :)
Beta Was this translation helpful? Give feedback.
All reactions