FrogTheFrog / moondeck-buddy

A server-side part of the MoonDeck plugin for the SteamDeck.
GNU Lesser General Public License v3.0
170 stars 10 forks source link

Configuration/Setting/Handled Displays ?? #23

Closed Mortorojo closed 1 year ago

Mortorojo commented 1 year ago

"handled_displays": [ ], How does one find the value this is looking for on windows? Log file says it is reseting to default if a # value is used. If I use "handled_displays": ["Example" ], it will launch, but I cant seem to find what the value need to be to set for correct monitor. Wiki states "Here you can override this choice, with a list of display names that you want to change resolution for instead."

FrogTheFrog commented 1 year ago

Read the last paragraph in the wiki. It says to enabled debug logs and try to stream the game. The logs will contain then the display names you can copy and paste

Mortorojo commented 1 year ago

changed to "handled_displays": ["\\.\DISPLAY3"], and get this, nothing.

[14:08:08.104] DEBUG buddy.os: Trying to change resolution. [14:08:08.105] DEBUG buddy.os: Display "\\.\DISPLAY1" was skipped by predicate. [14:08:08.105] DEBUG buddy.os: Display "\\.\DISPLAY2" was skipped by predicate. [14:08:08.105] DEBUG buddy.os: Display "\\.\DISPLAY3" was skipped by predicate. [14:08:08.105] DEBUG buddy.os: Failed to get display settings for "\\.\DISPLAY4"

FrogTheFrog commented 1 year ago

Ugh, ffs I think I forgot to undo a slight change. Try "handled_displays": ["\\\\.\\DISPLAY3"]

Mortorojo commented 1 year ago

so i noticed this after posting, when copied and pasted all "\\.\" changed to "\.\". it was set to "handled_displays": ["\\.\DISPLAY3"]

[14:08:08.104] DEBUG buddy.os: Trying to change resolution. [14:08:08.105] DEBUG buddy.os: Display "\\.\DISPLAY1" was skipped by predicate. [14:08:08.105] DEBUG buddy.os: Display "\\.\DISPLAY2" was skipped by predicate. [14:08:08.105] DEBUG buddy.os: Display "\\.\DISPLAY3" was skipped by predicate. [14:08:08.105] DEBUG buddy.os: Failed to get display settings for "\\.\DISPLAY4"

Srry Mate.

Mortorojo commented 1 year ago

ha, the githup text editor is cropping. It did it again.

FrogTheFrog commented 1 year ago

Paste it in code block

FrogTheFrog commented 1 year ago

It's ``` before and after

Mortorojo commented 1 year ago
"handled_displays": ["\\\\.\\DISPLAY3"]
[14:16:48.761] DEBUG    buddy.os: Trying to change resolution.
[14:16:48.761] DEBUG    buddy.os: Display "\\\\.\\DISPLAY1" was skipped by predicate.
[14:16:48.761] DEBUG    buddy.os: Display "\\\\.\\DISPLAY2" was skipped by predicate.
[14:16:48.761] DEBUG    buddy.os: Display "\\\\.\\DISPLAY3" was skipped by predicate.
[14:16:48.761] DEBUG    buddy.os: Failed to get display settings for "\\\\.\\DISPLAY4"
FrogTheFrog commented 1 year ago

Pfff, obligatory questions:

  1. Did you restart buddy after making changes?
  2. What version of the Buddy do you have? I assume the latest?
  3. Can you please make the handled_displays empty again and paste the log?
Mortorojo commented 1 year ago

Buddy is restarted after every change. v1.4.1 ```"handled_displays": []````

[14:27:45.046] INFO     buddy.main: startup.
[14:27:45.049] WARNING  qt.tlsbackend.ossl: Failed to load libssl/libcrypto.
[14:27:45.117] INFO     buddy.server: Server started listening at port 59999
[14:27:45.118] INFO     buddy.main: startup finished.
[14:27:45.118] DEBUG    buddy.os: Steam exec path: "c:/program files (x86)/steam/steam.exe"
[14:27:54.761] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/apiVersion"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"version\":2}"
[14:27:54.773] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/pairingState/f9633583-78c0-4c3a-b088-f7282eeded0e"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"state\":\"Paired\"}"
[14:27:54.779] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/pcState"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"state\":\"Normal\"}"
[14:27:54.804] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":false,\"steamRunningAppId\":0,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"NotStreaming\"}"
[14:27:54.812] DEBUG    buddy.os: Trying to change resolution.
[14:27:55.110] DEBUG    buddy.os: Changed resolution for "\\\\.\\DISPLAY1"
[14:27:55.110] DEBUG    buddy.os: Display "\\\\.\\DISPLAY2" was skipped by predicate.
[14:27:55.110] DEBUG    buddy.os: Display "\\\\.\\DISPLAY3" was skipped by predicate.
[14:27:55.111] DEBUG    buddy.os: Failed to get display settings for "\\\\.\\DISPLAY4"
[14:27:55.111] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/changeResolution"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"), ("Content-Length": "30"), ("Content-Type": "application/json"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 30)) | "{\"width\": 1280, \"height\": 800}" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"result\":true}"
[14:27:55.384] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":false,\"steamRunningAppId\":0,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"NotStreaming\"}"
[14:27:56.391] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":false,\"steamRunningAppId\":0,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"NotStreaming\"}"
[14:27:57.397] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":false,\"steamRunningAppId\":0,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"NotStreaming\"}"
[14:27:58.403] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":false,\"steamRunningAppId\":0,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"NotStreaming\"}"
[14:27:59.249] DEBUG    buddy.os: Stream started.
[14:27:59.416] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":false,\"steamRunningAppId\":0,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:27:59.431] DEBUG    buddy.os: Trying to hide cursor.
[14:27:59.434] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/launchSteamApp"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"), ("Content-Length": "18"), ("Content-Type": "application/json"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 18)) | "{\"app_id\": 990080}" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"result\":true}"
[14:27:59.445] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":false,\"steamRunningAppId\":0,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:27:59.805] DEBUG    buddy.os: Steam is running!
[14:27:59.805] DEBUG    buddy.os: Handling Steam start.
[14:28:00.456] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":0,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:01.464] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":0,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:02.472] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":0,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:03.478] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":0,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:03.949] DEBUG    buddy.os: Running appID change detected (via global key): 990080
[14:28:03.949] DEBUG    buddy.os: App 990080 "running" value change detected: true
[14:28:04.493] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:04.502] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:05.508] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:06.527] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:07.542] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:08.550] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:09.563] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:10.569] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:11.578] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:12.587] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:13.598] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:14.611] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:15.625] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:16.631] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:17.640] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:18.675] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:19.684] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:20.696] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:21.704] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:22.712] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:23.724] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:24.729] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:25.739] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:26.766] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:27.794] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:28.808] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:29.816] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:30.828] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:31.845] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:32.873] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:33.892] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:34.902] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:35.917] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:36.926] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:37.954] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:38.972] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:39.987] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:40.998] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:42.007] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:43.016] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:44.026] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:45.033] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:46.044] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:47.052] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:48.063] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:49.072] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:50.079] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:51.102] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:52.115] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:53.121] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:54.129] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:55.138] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:56.146] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:57.155] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:58.163] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:28:59.170] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:00.189] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:01.197] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:02.205] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:03.212] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:04.218] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:05.225] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:06.230] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:07.239] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:08.247] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:09.256] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:10.267] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:11.276] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:12.287] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:13.318] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:14.334] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:15.344] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:16.350] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:17.359] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:18.368] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:19.377] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:21.446] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:22.455] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:23.464] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:24.472] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:25.478] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:26.483] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:27.490] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:28.496] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:29.504] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:30.515] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:31.521] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:32.531] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:33.537] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":990080,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:33.909] DEBUG    buddy.os: Running appID change detected (via global key): 0
[14:29:33.909] DEBUG    buddy.os: App 990080 "running" value change detected: false
[14:29:34.542] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/hostInfo"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 0)) | "" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"steamIsRunning\":true,\"steamRunningAppId\":0,\"steamTrackedUpdatingAppId\":null,\"streamState\":\"Streaming\"}"
[14:29:34.554] DEBUG    buddy.main: 
Request: QHttpServerRequest((Url: QUrl("https://192.168.254.39:59999/closeSteam"))(Headers: ("Host": "192.168.254.39:59999"), ("authorization": "basic Zjk2MzM1ODMtNzhjMC00YzNhLWIwODgtZjcyODJlZWRlZDBl"), ("Accept": "*/*"), ("Accept-Encoding": "gzip, deflate"), ("User-Agent": "Python/3.10 aiohttp/3.8.3"), ("Content-Length": "22"), ("Content-Type": "application/json"))(RemoteHost: QHostAddress("::ffff:192.168.254.146"))(BodySize: 22)) | "{\"grace_period\": null}" 
Response: QHttpServerResponder::StatusCode::Ok | "{\"result\":true}"
[14:29:36.177] DEBUG    buddy.os: Steam is no longer running according to registry. Waiting for actual shutdown.
[14:29:37.543] DEBUG    buddy.os: Steam is no longer running!
[14:29:37.543] DEBUG    buddy.os: Handling Steam exit.
[14:29:37.547] DEBUG    buddy.os: Stream is ending.
[14:29:39.408] DEBUG    buddy.os: Stream has ended.
[14:29:39.408] DEBUG    buddy.os: Trying to restore resolution.
[14:29:39.775] DEBUG    buddy.os: Changed resolution for "\\\\.\\DISPLAY1"
[14:29:39.776] DEBUG    buddy.os: Display "\\\\.\\DISPLAY2" was skipped by predicate.
[14:29:39.776] DEBUG    buddy.os: Display "\\\\.\\DISPLAY3" was skipped by predicate.
[14:29:39.776] DEBUG    buddy.os: Failed to get display settings for "\\\\.\\DISPLAY4"
FrogTheFrog commented 1 year ago

Ok, now change it to "handled_displays": ["\\\\.\\DISPLAY1"]. The log output should still be the same...

FrogTheFrog commented 1 year ago

Ok, managed to replicate the bug. Give me a few minutes

FrogTheFrog commented 1 year ago

This is what happens when you have a single monitor only :'(

Mortorojo commented 1 year ago

"handled_displays": ["\\\\.\\DISPLAY1"],

[14:34:10.157] DEBUG    buddy.os: Changed resolution for "\\\\.\\DISPLAY1"
[14:34:10.157] DEBUG    buddy.os: Display "\\\\.\\DISPLAY2" was skipped by predicate.
[14:34:10.157] DEBUG    buddy.os: Display "\\\\.\\DISPLAY3" was skipped by predicate.
[14:34:10.158] DEBUG    buddy.os: Failed to get display settings for "\\\\.\\DISPLAY4"
FrogTheFrog commented 1 year ago

Builds are now running, it will take around 10 mins for a new version to be released

Mortorojo commented 1 year ago

Awsome, thx.

FrogTheFrog commented 1 year ago

@Mortorojo Please try https://github.com/FrogTheFrog/moondeck-buddy/releases/tag/v1.4.2 and give me feedback it it works. Then I can make it an official release.

Mortorojo commented 1 year ago

"handled_displays": ["\\\\.\\DISPLAY3"],

[14:59:10.064] DEBUG    buddy.os: Display "\\\\.\\DISPLAY1" was skipped by predicate.
[14:59:10.064] DEBUG    buddy.os: Display "\\\\.\\DISPLAY2" was skipped by predicate.
[14:59:10.477] DEBUG    buddy.os: Changed resolution for "\\\\.\\DISPLAY3"
[14:59:10.478] DEBUG    buddy.os: Failed to get display settings for "\\\\.\\DISPLAY4" 

That changed the resolution. Is this also suppost to force game to that display or not?

FrogTheFrog commented 1 year ago

Nope, it's only for resizing. I'm not sure how to force game to start on a specific display - Steam has to do it or the game itself.

Mortorojo commented 1 year ago

Thats what i figured, Thx. Doesn't look like it can be forced through loauch options either.

FrogTheFrog commented 1 year ago

You could try to turn off monitors. Maybe that would help? I know there is a Windows API to do that, but it is so broken in different ways, that I'm not willing to go into that rabbit hole.

But please try to turn off the monitors and check if it helps. I can provide some tips then at least.

Mortorojo commented 1 year ago

Figured it out. Big Picture can set which display to lauch to.

FrogTheFrog commented 1 year ago

Ah, nice. Could I ask you to take a screenshot of this option so that I can add it to wiki? Having more than 1 option would look nice :D

Mortorojo commented 1 year ago

Still working on it, if BP is set to "Display3" when Moon is lauched BP open on correct display then game lauches on Primary.

Screenshot_20230211_031543

FrogTheFrog commented 1 year ago

Hmm, can you turn the the monitors physically (except the 3rd one) and check if that works? Just curious at this point.

Mortorojo commented 1 year ago

Alright.

Set MoonDeckBuddy to Selected Display Set BP to Selected Display - This will overide Windows Primary Display when in BP Mode Launch through MoonDeck

If any other display beside Default has been selected prior, do the following: Change Display in Game to "Default Display" Upon relauch it will Lauch BP and Game to Selected Display

FrogTheFrog commented 1 year ago

You can use NirCmd to change the primary display before and after the stream in sunshine

FrogTheFrog commented 1 year ago

Something like nircmd.exe setprimarydisplay \\.\DISPLAY3.

Mortorojo commented 1 year ago

There is an odd issue/bug with what i posted above. Sometimes when having closed game through moon/sunshine and reopening BP disregards the above "Preferred Display" setting and uses windows primary. I also have it st to close BP when game closes. Will try with NirCmd next.

Mortorojo commented 1 year ago

With NirCmd, this is much more consistant than BP Display Setting.

Dowload NirCMD
Sunshine/MoonDeckStream
Command Preparation:
Do: "YOURPATH\nircmd.exe setprimarydisplay \\.\DISPLAY3"
Undo: "YOURPATH\nircmd.exe setprimarydisplay \\.\DISPLAY1"
SAVE

Or,

Download NirCMD
Run NirCmd as Admin, click "Copy to Windows Directory"
Sunshine/MoonDeckStream
Command Preparation:
Do: "nircmd.exe setprimarydisplay \\.\DISPLAY3"
Undo: "nircmd.exe setprimarydisplay \\.\DISPLAY1"
SAVE
FrogTheFrog commented 1 year ago

Will add this to wiki tomorrow and close this issue then 🙂

FrogTheFrog commented 1 year ago

Done. https://github.com/FrogTheFrog/moondeck-buddy/wiki/Sunshine-setup#streaming-other-displays