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
-
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.
![Screenshot_1](https://private-user-images.githubusercontent.com/3987684/287552092-4503e472-c602-4356-a549-646208dba9f8.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzQ0MTQ2MjYsIm5iZiI6MTczNDQxNDMyNiwicGF0aCI6Ii8zOTg3Njg0LzI4NzU1MjA5Mi00NTAzZTQ3Mi1jNjAyLTQzNTYtYTU0OS02NDYyMDhkYmE5ZjguanBnP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MTIxNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDEyMTdUMDU0NTI2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9Y2RkZDZkN2ZlOTcxOWZhMDBiNWM1MTJkZmM0OWNkYTNhOTE4YjQ2NDdhNGE2NDgzOTcwNjVmMTZhYWEzYzliNSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.T3o72sDCpoGP4z95AJPW4ZwgOsQSnkH3y90XCzjgNFM)
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions