Error: QObject: Cannot create children for a parent that is in a different thread #54
Unanswered
Nabukodonosor
asked this question in
Q&A
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.
-
Hey guys. So, I've deployed this server in docker, using unarr tag. I get this error when I try to access the webui.
`custom-init] No custom files found, skipping...
INFO 2023-12-03T21:46:19.336 YACReaderLibraryServer attempting to start
INFO 2023-12-03T21:46:19.336 ---------- System & configuration ----------
INFO 2023-12-03T21:46:19.336 OS: "Ubuntu 22.04.2 LTS" Version: "22.04"
INFO 2023-12-03T21:46:19.336 Kernel: "linux" "5.4.203-1-pve" Architecture: "x86_64"
INFO 2023-12-03T21:46:19.336 Libraries: QMap()
INFO 2023-12-03T21:46:19.336 --------------------------------------------
INFO 2023-12-03T21:46:19.336 YACReaderLibrary starting
INFO 2023-12-03T21:46:19.337 Running on "192.168.16.2:8080"
INFO 2023-12-03T21:46:19.337 "███████████████████████████████"
INFO 2023-12-03T21:46:19.337 "███████████████████████████████"
INFO 2023-12-03T21:46:19.337 "█████ ▄▄▄▄▄ █▄██▀▀█ ▄▄▄▄▄ █████"
INFO 2023-12-03T21:46:19.337 "█████ █ █ █▀▄█▀▄█ █ █ █████"
INFO 2023-12-03T21:46:19.337 "█████ █▄▄▄█ █ █ ▄ █ █▄▄▄█ █████"
INFO 2023-12-03T21:46:19.337 "█████▄▄▄▄▄▄▄█ ▀ █▄█▄▄▄▄▄▄▄█████"
INFO 2023-12-03T21:46:19.337 "█████ █▀█ ▀▄▄▄▄ █ ▄▄▄ ▄▀▀▄█████"
INFO 2023-12-03T21:46:19.337 "█████▀▄ ▀▄█▄█▀██▀ █▀██▀█ ▀█████"
INFO 2023-12-03T21:46:19.337 "█████▄███▄█▄▄ ▀▀▄▀█▄▀▀█▄ █████"
INFO 2023-12-03T21:46:19.337 "█████ ▄▄▄▄▄ █▄▀█ █▄▄ ██▄█████"
INFO 2023-12-03T21:46:19.337 "█████ █ █ █▄ ▄█ ▀ ▀█▀▄ ▀█████"
INFO 2023-12-03T21:46:19.337 "█████ █▄▄▄█ ███▄ ███ ▀▄▀█▀█████"
INFO 2023-12-03T21:46:19.337 "█████▄▄▄▄▄▄▄█▄█▄▄▄▄▄▄▄█▄▄▄█████"
INFO 2023-12-03T21:46:19.337 "███████████████████████████████"
INFO 2023-12-03T21:46:19.337 "███████████████████████████████"
[ls.io-init] done.
WARN 2023-12-03T21:48:06.158 QObject: Cannot create children for a parent that is in a different thread.
(Parent is RequestMapper(0x565003460ac0), parent's thread is QThread(0x565003456490), current thread is QThread(0x565003463690) `
And the library is empty.

Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions