SteamDeckHomebrew / decky-loader

A plugin loader for the Steam Deck.
https://decky.xyz
GNU General Public License v2.0
4.49k stars 156 forks source link

Loader seems to install successfully, but doesn't appear in the Quick Menu. #126

Closed RevolverUnit closed 2 years ago

RevolverUnit commented 2 years ago

Followed all the installation steps, triple-checked to make sure CEF Remote Debugging is enabled.

Install script appears to run fine, but I'm not sure if it should output an error message otherwise. Is there possibly a log file that gets generated on install to help narrow this down?

Running the Stable branch of Steam, if that makes any difference.

Edit after the fact: It turns out Syncthing doesn't play nicely when CEF Remote Debugging is enabled.

For anyone else having the same problem, you have to manually change the port in ~/.config/syncthing/config.xml, or /home/deck/.var/app/me.kozec.syncthingtk/config/syncthing/config.xml if you're using SyncthingGTK from Discover.

adntaha commented 2 years ago

Just to make sure, you did install the pre-release branch right?

RevolverUnit commented 2 years ago

Just to make sure, you did install the pre-release branch right?

Yes I did.

DreamboxMinerva commented 2 years ago

I'm having the exact same issue.

Wanted to update from the stable branch to the pre release and now the loader is just gone.

Installed the legacy version back and this one does work

TrainDoctor commented 2 years ago

Please provide the results of typing in uname -a into the terminal as well as the results of journalctl -u plugin_loader.service. Also if you are running crankshaft please disable it. And of course I'm sure this would seem obvious but please restart the Steam Client and then if that doesn't work the deck itself.

Please note that we don't provide support for HoloISO or desktop linux etc.

Thank you for your reports and hopefully we can resolve this for you.

RevolverUnit commented 2 years ago

_(deck@steamdeck ~)$ uname -a

Linux steamdeck 5.13.0-valve15-1-neptune-02197-gf6ec7ad3762a #1 SMP PREEMPT Thu, 26 May 2022 19:57:25 +0000 x86_64 GNU/Linux

(deck@steamdeck ~)$ journalctl -u plugin_loader.service

Jul 31 14:03:53 steamdeck systemd[1]: Stopping SteamDeck Plugin Loader...
Jul 31 14:03:53 steamdeck PluginLoader[930]: [930] Failed to extract plugin: decompression resulted in return code -3!
Jul 31 14:03:54 steamdeck systemd[1]: plugin_loader.service: Main process exited, code=dumped, status=11/SEGV
Jul 31 14:03:54 steamdeck systemd[1]: plugin_loader.service: Failed with result 'core-dump'.
Jul 31 14:03:54 steamdeck systemd[1]: Stopped SteamDeck Plugin Loader.
Jul 31 14:03:54 steamdeck systemd[1]: plugin_loader.service: Consumed 5min 2.818s CPU time.
Jul 31 14:03:54 steamdeck systemd[1]: Started SteamDeck Plugin Loader.
Jul 31 14:03:55 steamdeck PluginLoader[63721]: main.py:42: DeprecationWarning: There is no current event loop
Jul 31 14:03:55 steamdeck PluginLoader[63721]: [selector_events][DEBUG]: Using selector: EpollSelector
Jul 31 14:03:55 steamdeck PluginLoader[63721]: [loader][INFO]: plugin_path: /home/deck/homebrew/plugins
Jul 31 14:03:55 steamdeck PluginLoader[63721]: [main][INFO]: Failed to inject JavaScript into tab
Jul 31 14:03:55 steamdeck PluginLoader[63721]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins/SDH-CssLoader/plu>
Jul 31 14:03:55 steamdeck PluginLoader[63721]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins/SDH-CssLoader/mai>
Jul 31 14:03:55 steamdeck PluginLoader[63721]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins/SDH-CssLoader/LIC>
lines 1-14

Edit: Looking closer at the journalctl output, it seems I must've already successfully installed Loader and some plugins at some point and forgot about it. Would it make sense to run the uninstall script and delete the homebrew folder and attempt a clean install?

PartyWumpus commented 2 years ago

You should probably try uninstalling and reinstalling. It might also be a good idea to try that with sudo, as there could be some permission issues for some reason. (this is a guess)

RevolverUnit commented 2 years ago

You should probably try uninstalling and reinstalling. It might also be a good idea to try that with sudo, as there could be some permission issues for some reason. (this is a guess)

Uninstalling and then reinstalling as su didn't work, unfortunately.

TrainDoctor commented 2 years ago

You should probably try uninstalling and reinstalling. It might also be a good idea to try that with sudo, as there could be some permission issues for some reason. (this is a guess)

Uninstalling and then reinstalling as su didn't work, unfortunately.

Could you provide the full log of a more recent attempt? The log provided doesn't seem to be a full log.

Also if you are running Crankshaft it needs to be disabled. Crankshaft clobbers the UI in ways that prevent decky-loader from functioning as intended.

RevolverUnit commented 2 years ago

You should probably try uninstalling and reinstalling. It might also be a good idea to try that with sudo, as there could be some permission issues for some reason. (this is a guess)

Uninstalling and then reinstalling as su didn't work, unfortunately.

Could you provide the full log of a more recent attempt? The log provided doesn't seem to be a full log.

Also if you are running Crankshaft it needs to be disabled. Crankshaft clobbers the UI in ways that prevent decky-loader from functioning as intended.

Sorry about that, didn't realize that wasn't the full log. Here's the full log from the latest install attempt. Also, Crankshaft is not installed.

Aug 01 22:48:24 steamdeck systemd[1]: Started SteamDeck Plugin Loader.
Aug 01 22:48:25 steamdeck PluginLoader[996]: main.py:42: DeprecationWarning: There is no current event loop
Aug 01 22:48:25 steamdeck PluginLoader[996]: [selector_events][DEBUG]: Using selector: EpollSelector
Aug 01 22:48:25 steamdeck PluginLoader[996]: [loader][INFO]: plugin_path: /home/deck/homebrew/plugins
Aug 01 22:48:25 steamdeck PluginLoader[996]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 01 22:48:25 steamdeck PluginLoader[996]: [injector][DEBUG]: Traceback (most recent call last):
Aug 01 22:48:25 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 01 22:48:25 steamdeck PluginLoader[996]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 01 22:48:25 steamdeck PluginLoader[996]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 01 22:48:25 steamdeck PluginLoader[996]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 01 22:48:25 steamdeck PluginLoader[996]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 01 22:48:25 steamdeck PluginLoader[996]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 01 22:48:25 steamdeck PluginLoader[996]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 01 22:48:25 steamdeck PluginLoader[996]: The above exception was the direct cause of the following exception:
Aug 01 22:48:25 steamdeck PluginLoader[996]: Traceback (most recent call last):
Aug 01 22:48:25 steamdeck PluginLoader[996]:   File "injector.py", line 67, in get_tabs
Aug 01 22:48:25 steamdeck PluginLoader[996]:   File "aiohttp/client.py", line 535, in _request
Aug 01 22:48:25 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 542, in connect
Aug 01 22:48:25 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 01 22:48:25 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 01 22:48:25 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 01 22:48:25 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 01 22:48:25 steamdeck PluginLoader[996]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect cal>
Aug 01 22:48:26 steamdeck PluginLoader[996]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 01 22:48:26 steamdeck PluginLoader[996]: [injector][DEBUG]: Traceback (most recent call last):
Aug 01 22:48:26 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 01 22:48:26 steamdeck PluginLoader[996]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 01 22:48:26 steamdeck PluginLoader[996]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 01 22:48:26 steamdeck PluginLoader[996]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 01 22:48:26 steamdeck PluginLoader[996]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 01 22:48:26 steamdeck PluginLoader[996]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 01 22:48:26 steamdeck PluginLoader[996]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 01 22:48:26 steamdeck PluginLoader[996]: The above exception was the direct cause of the following exception:
Aug 01 22:48:26 steamdeck PluginLoader[996]: Traceback (most recent call last):
Aug 01 22:48:26 steamdeck PluginLoader[996]:   File "injector.py", line 67, in get_tabs
Aug 01 22:48:26 steamdeck PluginLoader[996]:   File "aiohttp/client.py", line 535, in _request
Aug 01 22:48:26 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 542, in connect
Aug 01 22:48:26 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 01 22:48:26 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 01 22:48:26 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 01 22:48:26 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 01 22:48:26 steamdeck PluginLoader[996]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect cal>
Aug 01 22:48:30 steamdeck PluginLoader[996]: [main][INFO]: Failed to inject JavaScript into tab
Aug 01 22:48:30 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 22:48:30 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 22:48:30 steamdeck PluginLoader[996]: [loader][INFO]: import plugins from /home/deck/homebrew/plugins
Aug 01 22:48:31 steamdeck PluginLoader[996]: [base_events][ERROR]: Task exception was never retrieved
Aug 01 22:48:31 steamdeck PluginLoader[996]: future: <Task finished name='Task-3' coro=<PluginManager.loader_reinjector() done, defined at main.py:84> exce>
Aug 01 22:48:31 steamdeck PluginLoader[996]: Traceback (most recent call last):
Aug 01 22:48:31 steamdeck PluginLoader[996]:   File "main.py", line 87, in loader_reinjector
Aug 01 22:48:31 steamdeck PluginLoader[996]:   File "injector.py", line 94, in tab_has_global_var
Aug 01 22:48:31 steamdeck PluginLoader[996]:   File "injector.py", line 81, in get_tab
Aug 01 22:48:31 steamdeck PluginLoader[996]:   File "injector.py", line 78, in get_tabs
Aug 01 22:48:31 steamdeck PluginLoader[996]: Exception: /json did not return 200. 404 page not found
Aug 01 22:48:31 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 22:48:31 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 22:48:33 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 22:48:33 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 22:48:35 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 22:48:35 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 22:48:36 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 22:48:36 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 22:48:38 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 22:48:38 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 22:48:40 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 22:48:40 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 22:48:42 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 22:48:42 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 22:48:44 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 22:48:44 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 22:48:55 steamdeck PluginLoader[996]: [updater][INFO]: Updated remote version information
Aug 01 22:51:08 steamdeck PluginLoader[996]: Traceback (most recent call last):
Aug 01 22:51:08 steamdeck PluginLoader[996]:   File "plugin.py", line 13, in <module>
Aug 01 22:51:08 steamdeck PluginLoader[996]:   File "multiprocessing/context.py", line 243, in set_start_method
Aug 01 22:51:08 steamdeck PluginLoader[996]: RuntimeError: context has already been set
Aug 01 22:51:08 steamdeck PluginLoader[996]: [996] Failed to execute script 'plugin' due to unhandled exception!
Aug 01 22:51:08 steamdeck PluginLoader[996]: ======== Running on http://127.0.0.1:1337 ========
Aug 01 22:51:08 steamdeck PluginLoader[996]: (Press CTRL+C to quit)
Aug 01 22:51:08 steamdeck systemd[1]: Stopping SteamDeck Plugin Loader...
Aug 01 22:51:09 steamdeck systemd[1]: plugin_loader.service: Deactivated successfully.
Aug 01 22:51:09 steamdeck systemd[1]: Stopped SteamDeck Plugin Loader.
-- Boot e730b7d1896647838da30d2aa938005f --
Aug 01 22:51:29 steamdeck systemd[1]: Started SteamDeck Plugin Loader.
Aug 01 22:51:29 steamdeck PluginLoader[1004]: main.py:42: DeprecationWarning: There is no current event loop
Aug 01 22:51:29 steamdeck PluginLoader[1004]: [selector_events][DEBUG]: Using selector: EpollSelector
Aug 01 22:51:29 steamdeck PluginLoader[1004]: [loader][INFO]: plugin_path: /home/deck/homebrew/plugins
Aug 01 22:51:30 steamdeck PluginLoader[1004]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 01 22:51:30 steamdeck PluginLoader[1004]: [injector][DEBUG]: Traceback (most recent call last):
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 01 22:51:30 steamdeck PluginLoader[1004]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 01 22:51:30 steamdeck PluginLoader[1004]: The above exception was the direct cause of the following exception:
Aug 01 22:51:30 steamdeck PluginLoader[1004]: Traceback (most recent call last):
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "injector.py", line 67, in get_tabs
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "aiohttp/client.py", line 535, in _request
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 542, in connect
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 01 22:51:30 steamdeck PluginLoader[1004]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect ca>
Aug 01 22:51:30 steamdeck PluginLoader[1004]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 01 22:51:30 steamdeck PluginLoader[1004]: [injector][DEBUG]: Traceback (most recent call last):
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 01 22:51:30 steamdeck PluginLoader[1004]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 01 22:51:30 steamdeck PluginLoader[1004]: The above exception was the direct cause of the following exception:
Aug 01 22:51:30 steamdeck PluginLoader[1004]: Traceback (most recent call last):
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "injector.py", line 67, in get_tabs
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "aiohttp/client.py", line 535, in _request
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 542, in connect
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 01 22:51:30 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 01 22:51:30 steamdeck PluginLoader[1004]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect ca>
Aug 01 22:51:35 steamdeck PluginLoader[1004]: [main][INFO]: Failed to inject JavaScript into tab
Aug 01 22:51:35 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 22:51:35 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 22:51:35 steamdeck PluginLoader[1004]: [loader][INFO]: import plugins from /home/deck/homebrew/plugins
Aug 01 22:51:35 steamdeck PluginLoader[1004]: [base_events][ERROR]: Task exception was never retrieved
Aug 01 22:51:35 steamdeck PluginLoader[1004]: future: <Task finished name='Task-3' coro=<PluginManager.loader_reinjector() done, defined at main.py:84> exc>
Aug 01 22:51:35 steamdeck PluginLoader[1004]: Traceback (most recent call last):
Aug 01 22:51:35 steamdeck PluginLoader[1004]:   File "main.py", line 87, in loader_reinjector
Aug 01 22:51:35 steamdeck PluginLoader[1004]:   File "injector.py", line 94, in tab_has_global_var
Aug 01 22:51:35 steamdeck PluginLoader[1004]:   File "injector.py", line 81, in get_tab
Aug 01 22:51:35 steamdeck PluginLoader[1004]:   File "injector.py", line 78, in get_tabs
Aug 01 22:51:35 steamdeck PluginLoader[1004]: Exception: /json did not return 200. 404 page not found
Aug 01 22:51:36 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 22:51:36 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 22:51:37 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 22:51:37 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 22:51:39 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 22:51:39 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 22:51:41 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 22:51:41 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 22:51:43 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 22:51:43 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 22:51:45 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 22:51:45 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 22:51:47 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 22:51:47 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 22:51:49 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 22:51:49 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 22:52:00 steamdeck PluginLoader[1004]: [updater][INFO]: Updated remote version information
Aug 01 22:59:33 steamdeck systemd[1]: Stopping SteamDeck Plugin Loader...
Aug 01 22:59:33 steamdeck PluginLoader[1004]: Traceback (most recent call last):
Aug 01 22:59:33 steamdeck PluginLoader[1004]:   File "plugin.py", line 13, in <module>
Aug 01 22:59:33 steamdeck PluginLoader[1004]:   File "multiprocessing/context.py", line 243, in set_start_method
Aug 01 22:59:33 steamdeck PluginLoader[1004]: RuntimeError: context has already been set
Aug 01 22:59:33 steamdeck PluginLoader[1004]: [1004] Failed to execute script 'plugin' due to unhandled exception!
Aug 01 22:59:33 steamdeck PluginLoader[1004]: ======== Running on http://127.0.0.1:1337 ========
Aug 01 22:59:33 steamdeck PluginLoader[1004]: (Press CTRL+C to quit)
Aug 01 22:59:34 steamdeck systemd[1]: plugin_loader.service: Main process exited, code=exited, status=1/FAILURE
Aug 01 22:59:34 steamdeck systemd[1]: plugin_loader.service: Failed with result 'exit-code'.
Aug 01 22:59:34 steamdeck systemd[1]: Stopped SteamDeck Plugin Loader.
Aug 01 22:59:34 steamdeck systemd[1]: plugin_loader.service: Consumed 1.011s CPU time.
-- Boot e484f2b65b99428c8c5d859bc2a331cf --
Aug 01 22:59:53 steamdeck systemd[1]: Started SteamDeck Plugin Loader.
Aug 01 22:59:54 steamdeck PluginLoader[996]: main.py:42: DeprecationWarning: There is no current event loop
Aug 01 22:59:54 steamdeck PluginLoader[996]: [selector_events][DEBUG]: Using selector: EpollSelector
Aug 01 22:59:54 steamdeck PluginLoader[996]: [loader][INFO]: plugin_path: /home/deck/homebrew/plugins
Aug 01 22:59:55 steamdeck PluginLoader[996]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 01 22:59:55 steamdeck PluginLoader[996]: [injector][DEBUG]: Traceback (most recent call last):
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 01 22:59:55 steamdeck PluginLoader[996]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 01 22:59:55 steamdeck PluginLoader[996]: The above exception was the direct cause of the following exception:
Aug 01 22:59:55 steamdeck PluginLoader[996]: Traceback (most recent call last):
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "injector.py", line 67, in get_tabs
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "aiohttp/client.py", line 535, in _request
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 542, in connect
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 01 22:59:55 steamdeck PluginLoader[996]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect cal>
Aug 01 22:59:55 steamdeck PluginLoader[996]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 01 22:59:55 steamdeck PluginLoader[996]: [injector][DEBUG]: Traceback (most recent call last):
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 01 22:59:55 steamdeck PluginLoader[996]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 01 22:59:55 steamdeck PluginLoader[996]: The above exception was the direct cause of the following exception:
Aug 01 22:59:55 steamdeck PluginLoader[996]: Traceback (most recent call last):
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "injector.py", line 67, in get_tabs
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "aiohttp/client.py", line 535, in _request
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 542, in connect
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 01 22:59:55 steamdeck PluginLoader[996]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 01 22:59:55 steamdeck PluginLoader[996]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect cal>
Aug 01 23:00:00 steamdeck PluginLoader[996]: [main][INFO]: Failed to inject JavaScript into tab
Aug 01 23:00:00 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:00:00 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:00:00 steamdeck PluginLoader[996]: [loader][INFO]: import plugins from /home/deck/homebrew/plugins
Aug 01 23:00:00 steamdeck PluginLoader[996]: [base_events][ERROR]: Task exception was never retrieved
Aug 01 23:00:00 steamdeck PluginLoader[996]: future: <Task finished name='Task-3' coro=<PluginManager.loader_reinjector() done, defined at main.py:84> exce>
Aug 01 23:00:00 steamdeck PluginLoader[996]: Traceback (most recent call last):
Aug 01 23:00:00 steamdeck PluginLoader[996]:   File "main.py", line 87, in loader_reinjector
Aug 01 23:00:00 steamdeck PluginLoader[996]:   File "injector.py", line 94, in tab_has_global_var
Aug 01 23:00:00 steamdeck PluginLoader[996]:   File "injector.py", line 81, in get_tab
Aug 01 23:00:00 steamdeck PluginLoader[996]:   File "injector.py", line 78, in get_tabs
Aug 01 23:00:00 steamdeck PluginLoader[996]: Exception: /json did not return 200. 404 page not found
Aug 01 23:00:00 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:00:00 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:00:02 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:00:02 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:00:04 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:00:04 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:00:06 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:00:06 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:00:08 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:00:08 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:00:10 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:00:10 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:00:12 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:00:12 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:00:14 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:00:14 steamdeck PluginLoader[996]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:00:24 steamdeck PluginLoader[996]: [updater][INFO]: Updated remote version information
Aug 01 23:15:18 steamdeck systemd[1]: Stopping SteamDeck Plugin Loader...
Aug 01 23:15:18 steamdeck PluginLoader[996]: Traceback (most recent call last):
Aug 01 23:15:18 steamdeck PluginLoader[996]:   File "plugin.py", line 13, in <module>
Aug 01 23:15:18 steamdeck PluginLoader[996]:   File "multiprocessing/context.py", line 243, in set_start_method
Aug 01 23:15:18 steamdeck PluginLoader[996]: RuntimeError: context has already been set
Aug 01 23:15:18 steamdeck PluginLoader[996]: [996] Failed to execute script 'plugin' due to unhandled exception!
Aug 01 23:15:18 steamdeck PluginLoader[996]: ======== Running on http://127.0.0.1:1337 ========
Aug 01 23:15:18 steamdeck PluginLoader[996]: (Press CTRL+C to quit)
Aug 01 23:15:18 steamdeck systemd[1]: plugin_loader.service: Main process exited, code=exited, status=1/FAILURE
Aug 01 23:15:18 steamdeck systemd[1]: plugin_loader.service: Failed with result 'exit-code'.
Aug 01 23:15:18 steamdeck systemd[1]: Stopped SteamDeck Plugin Loader.
-- Boot 0b22fd0df84140fea795f337174d5ec7 --
Aug 01 23:15:39 steamdeck systemd[1]: Started SteamDeck Plugin Loader.
Aug 01 23:15:40 steamdeck PluginLoader[1002]: main.py:42: DeprecationWarning: There is no current event loop
Aug 01 23:15:40 steamdeck PluginLoader[1002]: [selector_events][DEBUG]: Using selector: EpollSelector
Aug 01 23:15:40 steamdeck PluginLoader[1002]: [loader][INFO]: plugin_path: /home/deck/homebrew/plugins
Aug 01 23:15:40 steamdeck PluginLoader[1002]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 01 23:15:40 steamdeck PluginLoader[1002]: [injector][DEBUG]: Traceback (most recent call last):
Aug 01 23:15:40 steamdeck PluginLoader[1002]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 01 23:15:40 steamdeck PluginLoader[1002]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 01 23:15:40 steamdeck PluginLoader[1002]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 01 23:15:40 steamdeck PluginLoader[1002]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 01 23:15:40 steamdeck PluginLoader[1002]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 01 23:15:40 steamdeck PluginLoader[1002]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 01 23:15:40 steamdeck PluginLoader[1002]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 01 23:15:40 steamdeck PluginLoader[1002]: The above exception was the direct cause of the following exception:
Aug 01 23:15:40 steamdeck PluginLoader[1002]: Traceback (most recent call last):
Aug 01 23:15:40 steamdeck PluginLoader[1002]:   File "injector.py", line 67, in get_tabs
Aug 01 23:15:40 steamdeck PluginLoader[1002]:   File "aiohttp/client.py", line 535, in _request
Aug 01 23:15:40 steamdeck PluginLoader[1002]:   File "aiohttp/connector.py", line 542, in connect
Aug 01 23:15:40 steamdeck PluginLoader[1002]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 01 23:15:40 steamdeck PluginLoader[1002]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 01 23:15:40 steamdeck PluginLoader[1002]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 01 23:15:40 steamdeck PluginLoader[1002]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 01 23:15:40 steamdeck PluginLoader[1002]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect ca>
Aug 01 23:15:41 steamdeck PluginLoader[1002]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 01 23:15:41 steamdeck PluginLoader[1002]: [injector][DEBUG]: Traceback (most recent call last):
Aug 01 23:15:41 steamdeck PluginLoader[1002]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 01 23:15:41 steamdeck PluginLoader[1002]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 01 23:15:41 steamdeck PluginLoader[1002]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 01 23:15:41 steamdeck PluginLoader[1002]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 01 23:15:41 steamdeck PluginLoader[1002]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 01 23:15:41 steamdeck PluginLoader[1002]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 01 23:15:41 steamdeck PluginLoader[1002]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 01 23:15:41 steamdeck PluginLoader[1002]: The above exception was the direct cause of the following exception:
Aug 01 23:15:41 steamdeck PluginLoader[1002]: Traceback (most recent call last):
Aug 01 23:15:41 steamdeck PluginLoader[1002]:   File "injector.py", line 67, in get_tabs
Aug 01 23:15:41 steamdeck PluginLoader[1002]:   File "aiohttp/client.py", line 535, in _request
Aug 01 23:15:41 steamdeck PluginLoader[1002]:   File "aiohttp/connector.py", line 542, in connect
Aug 01 23:15:41 steamdeck PluginLoader[1002]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 01 23:15:41 steamdeck PluginLoader[1002]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 01 23:15:41 steamdeck PluginLoader[1002]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 01 23:15:41 steamdeck PluginLoader[1002]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 01 23:15:41 steamdeck PluginLoader[1002]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect ca>
Aug 01 23:15:45 steamdeck PluginLoader[1002]: [main][INFO]: Failed to inject JavaScript into tab
Aug 01 23:15:45 steamdeck PluginLoader[1002]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:15:45 steamdeck PluginLoader[1002]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:15:45 steamdeck PluginLoader[1002]: [loader][INFO]: import plugins from /home/deck/homebrew/plugins
Aug 01 23:15:46 steamdeck PluginLoader[1002]: [base_events][ERROR]: Task exception was never retrieved
Aug 01 23:15:46 steamdeck PluginLoader[1002]: future: <Task finished name='Task-3' coro=<PluginManager.loader_reinjector() done, defined at main.py:84> exc>
Aug 01 23:15:46 steamdeck PluginLoader[1002]: Traceback (most recent call last):
Aug 01 23:15:46 steamdeck PluginLoader[1002]:   File "main.py", line 87, in loader_reinjector
Aug 01 23:15:46 steamdeck PluginLoader[1002]:   File "injector.py", line 94, in tab_has_global_var
Aug 01 23:15:46 steamdeck PluginLoader[1002]:   File "injector.py", line 81, in get_tab
Aug 01 23:15:46 steamdeck PluginLoader[1002]:   File "injector.py", line 78, in get_tabs
Aug 01 23:15:46 steamdeck PluginLoader[1002]: Exception: /json did not return 200. 404 page not found
Aug 01 23:15:46 steamdeck PluginLoader[1002]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:15:46 steamdeck PluginLoader[1002]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:15:48 steamdeck PluginLoader[1002]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:15:48 steamdeck PluginLoader[1002]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:15:50 steamdeck PluginLoader[1002]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:15:50 steamdeck PluginLoader[1002]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:15:51 steamdeck PluginLoader[1002]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:15:51 steamdeck PluginLoader[1002]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:15:53 steamdeck PluginLoader[1002]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:15:53 steamdeck PluginLoader[1002]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:15:55 steamdeck PluginLoader[1002]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:15:55 steamdeck PluginLoader[1002]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:15:57 steamdeck PluginLoader[1002]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:15:57 steamdeck PluginLoader[1002]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:15:58 steamdeck PluginLoader[1002]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:15:58 steamdeck PluginLoader[1002]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:16:10 steamdeck PluginLoader[1002]: [updater][INFO]: Updated remote version information
Aug 01 23:16:16 steamdeck systemd[1]: Stopping SteamDeck Plugin Loader...
Aug 01 23:16:16 steamdeck PluginLoader[1002]: ======== Running on http://127.0.0.1:1337 ========
Aug 01 23:16:16 steamdeck PluginLoader[1002]: (Press CTRL+C to quit)
Aug 01 23:16:16 steamdeck systemd[1]: plugin_loader.service: Main process exited, code=exited, status=1/FAILURE
Aug 01 23:16:16 steamdeck systemd[1]: plugin_loader.service: Failed with result 'exit-code'.
Aug 01 23:16:16 steamdeck systemd[1]: Stopped SteamDeck Plugin Loader.
Aug 01 23:16:16 steamdeck systemd[1]: plugin_loader.service: Consumed 1.058s CPU time.
-- Boot 7bbd8207fb7e448d90794c3baf6d69b5 --
Aug 01 23:16:35 steamdeck systemd[1]: Started SteamDeck Plugin Loader.
Aug 01 23:16:36 steamdeck PluginLoader[997]: main.py:42: DeprecationWarning: There is no current event loop
Aug 01 23:16:36 steamdeck PluginLoader[997]: [selector_events][DEBUG]: Using selector: EpollSelector
Aug 01 23:16:36 steamdeck PluginLoader[997]: [loader][INFO]: plugin_path: /home/deck/homebrew/plugins
Aug 01 23:16:36 steamdeck PluginLoader[997]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 01 23:16:36 steamdeck PluginLoader[997]: [injector][DEBUG]: Traceback (most recent call last):
Aug 01 23:16:36 steamdeck PluginLoader[997]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 01 23:16:36 steamdeck PluginLoader[997]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 01 23:16:36 steamdeck PluginLoader[997]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 01 23:16:36 steamdeck PluginLoader[997]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 01 23:16:36 steamdeck PluginLoader[997]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 01 23:16:36 steamdeck PluginLoader[997]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 01 23:16:36 steamdeck PluginLoader[997]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 01 23:16:36 steamdeck PluginLoader[997]: The above exception was the direct cause of the following exception:
Aug 01 23:16:36 steamdeck PluginLoader[997]: Traceback (most recent call last):
Aug 01 23:16:36 steamdeck PluginLoader[997]:   File "injector.py", line 67, in get_tabs
Aug 01 23:16:36 steamdeck PluginLoader[997]:   File "aiohttp/client.py", line 535, in _request
Aug 01 23:16:36 steamdeck PluginLoader[997]:   File "aiohttp/connector.py", line 542, in connect
Aug 01 23:16:36 steamdeck PluginLoader[997]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 01 23:16:36 steamdeck PluginLoader[997]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 01 23:16:36 steamdeck PluginLoader[997]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 01 23:16:36 steamdeck PluginLoader[997]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 01 23:16:36 steamdeck PluginLoader[997]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect cal>
Aug 01 23:16:37 steamdeck PluginLoader[997]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 01 23:16:37 steamdeck PluginLoader[997]: [injector][DEBUG]: Traceback (most recent call last):
Aug 01 23:16:37 steamdeck PluginLoader[997]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 01 23:16:37 steamdeck PluginLoader[997]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 01 23:16:37 steamdeck PluginLoader[997]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 01 23:16:37 steamdeck PluginLoader[997]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 01 23:16:37 steamdeck PluginLoader[997]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 01 23:16:37 steamdeck PluginLoader[997]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 01 23:16:37 steamdeck PluginLoader[997]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 01 23:16:37 steamdeck PluginLoader[997]: The above exception was the direct cause of the following exception:
Aug 01 23:16:37 steamdeck PluginLoader[997]: Traceback (most recent call last):
Aug 01 23:16:37 steamdeck PluginLoader[997]:   File "injector.py", line 67, in get_tabs
Aug 01 23:16:37 steamdeck PluginLoader[997]:   File "aiohttp/client.py", line 535, in _request
Aug 01 23:16:37 steamdeck PluginLoader[997]:   File "aiohttp/connector.py", line 542, in connect
Aug 01 23:16:37 steamdeck PluginLoader[997]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 01 23:16:37 steamdeck PluginLoader[997]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 01 23:16:37 steamdeck PluginLoader[997]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 01 23:16:37 steamdeck PluginLoader[997]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 01 23:16:37 steamdeck PluginLoader[997]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect cal>
Aug 01 23:16:41 steamdeck PluginLoader[997]: [main][INFO]: Failed to inject JavaScript into tab
Aug 01 23:16:41 steamdeck PluginLoader[997]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:16:41 steamdeck PluginLoader[997]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:16:41 steamdeck PluginLoader[997]: [loader][INFO]: import plugins from /home/deck/homebrew/plugins
Aug 01 23:16:42 steamdeck PluginLoader[997]: [base_events][ERROR]: Task exception was never retrieved
Aug 01 23:16:42 steamdeck PluginLoader[997]: future: <Task finished name='Task-3' coro=<PluginManager.loader_reinjector() done, defined at main.py:84> exce>
Aug 01 23:16:42 steamdeck PluginLoader[997]: Traceback (most recent call last):
Aug 01 23:16:42 steamdeck PluginLoader[997]:   File "main.py", line 87, in loader_reinjector
Aug 01 23:16:42 steamdeck PluginLoader[997]:   File "injector.py", line 94, in tab_has_global_var
Aug 01 23:16:42 steamdeck PluginLoader[997]:   File "injector.py", line 81, in get_tab
Aug 01 23:16:42 steamdeck PluginLoader[997]:   File "injector.py", line 78, in get_tabs
Aug 01 23:16:42 steamdeck PluginLoader[997]: Exception: /json did not return 200. 404 page not found
Aug 01 23:16:42 steamdeck PluginLoader[997]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:16:42 steamdeck PluginLoader[997]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:16:44 steamdeck PluginLoader[997]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:16:44 steamdeck PluginLoader[997]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:16:46 steamdeck PluginLoader[997]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:16:46 steamdeck PluginLoader[997]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:16:48 steamdeck PluginLoader[997]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:16:48 steamdeck PluginLoader[997]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:16:50 steamdeck PluginLoader[997]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:16:50 steamdeck PluginLoader[997]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:16:52 steamdeck PluginLoader[997]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:16:52 steamdeck PluginLoader[997]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:16:54 steamdeck PluginLoader[997]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:16:54 steamdeck PluginLoader[997]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:16:56 steamdeck PluginLoader[997]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:16:56 steamdeck PluginLoader[997]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:17:06 steamdeck PluginLoader[997]: [updater][INFO]: Updated remote version information
Aug 01 23:17:08 steamdeck systemd[1]: Stopping SteamDeck Plugin Loader...
Aug 01 23:17:08 steamdeck PluginLoader[997]: Traceback (most recent call last):
Aug 01 23:17:08 steamdeck PluginLoader[997]:   File "plugin.py", line 13, in <module>
Aug 01 23:17:08 steamdeck PluginLoader[997]:   File "multiprocessing/context.py", line 243, in set_start_method
Aug 01 23:17:08 steamdeck PluginLoader[997]: RuntimeError: context has already been set
Aug 01 23:17:08 steamdeck PluginLoader[997]: [997] Failed to execute script 'plugin' due to unhandled exception!
Aug 01 23:17:08 steamdeck PluginLoader[997]: ======== Running on http://127.0.0.1:1337 ========
Aug 01 23:17:08 steamdeck PluginLoader[997]: (Press CTRL+C to quit)
Aug 01 23:17:09 steamdeck systemd[1]: plugin_loader.service: Main process exited, code=exited, status=1/FAILURE
Aug 01 23:17:09 steamdeck systemd[1]: plugin_loader.service: Failed with result 'exit-code'.
Aug 01 23:17:09 steamdeck systemd[1]: Stopped SteamDeck Plugin Loader.
-- Boot fda606c02d264bbc945df7d43dd9537e --
Aug 01 23:17:30 steamdeck systemd[1]: Started SteamDeck Plugin Loader.
Aug 01 23:17:31 steamdeck PluginLoader[990]: main.py:42: DeprecationWarning: There is no current event loop
Aug 01 23:17:31 steamdeck PluginLoader[990]: [selector_events][DEBUG]: Using selector: EpollSelector
Aug 01 23:17:31 steamdeck PluginLoader[990]: [loader][INFO]: plugin_path: /home/deck/homebrew/plugins
Aug 01 23:17:31 steamdeck PluginLoader[990]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 01 23:17:31 steamdeck PluginLoader[990]: [injector][DEBUG]: Traceback (most recent call last):
Aug 01 23:17:31 steamdeck PluginLoader[990]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 01 23:17:31 steamdeck PluginLoader[990]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 01 23:17:31 steamdeck PluginLoader[990]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 01 23:17:31 steamdeck PluginLoader[990]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 01 23:17:31 steamdeck PluginLoader[990]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 01 23:17:31 steamdeck PluginLoader[990]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 01 23:17:31 steamdeck PluginLoader[990]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 01 23:17:31 steamdeck PluginLoader[990]: The above exception was the direct cause of the following exception:
Aug 01 23:17:31 steamdeck PluginLoader[990]: Traceback (most recent call last):
Aug 01 23:17:31 steamdeck PluginLoader[990]:   File "injector.py", line 67, in get_tabs
Aug 01 23:17:31 steamdeck PluginLoader[990]:   File "aiohttp/client.py", line 535, in _request
Aug 01 23:17:31 steamdeck PluginLoader[990]:   File "aiohttp/connector.py", line 542, in connect
Aug 01 23:17:31 steamdeck PluginLoader[990]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 01 23:17:31 steamdeck PluginLoader[990]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 01 23:17:31 steamdeck PluginLoader[990]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 01 23:17:31 steamdeck PluginLoader[990]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 01 23:17:31 steamdeck PluginLoader[990]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect cal>
Aug 01 23:17:32 steamdeck PluginLoader[990]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 01 23:17:32 steamdeck PluginLoader[990]: [injector][DEBUG]: Traceback (most recent call last):
Aug 01 23:17:32 steamdeck PluginLoader[990]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 01 23:17:32 steamdeck PluginLoader[990]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 01 23:17:32 steamdeck PluginLoader[990]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 01 23:17:32 steamdeck PluginLoader[990]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 01 23:17:32 steamdeck PluginLoader[990]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 01 23:17:32 steamdeck PluginLoader[990]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 01 23:17:32 steamdeck PluginLoader[990]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 01 23:17:32 steamdeck PluginLoader[990]: The above exception was the direct cause of the following exception:
Aug 01 23:17:32 steamdeck PluginLoader[990]: Traceback (most recent call last):
Aug 01 23:17:32 steamdeck PluginLoader[990]:   File "injector.py", line 67, in get_tabs
Aug 01 23:17:32 steamdeck PluginLoader[990]:   File "aiohttp/client.py", line 535, in _request
Aug 01 23:17:32 steamdeck PluginLoader[990]:   File "aiohttp/connector.py", line 542, in connect
Aug 01 23:17:32 steamdeck PluginLoader[990]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 01 23:17:32 steamdeck PluginLoader[990]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 01 23:17:32 steamdeck PluginLoader[990]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 01 23:17:32 steamdeck PluginLoader[990]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 01 23:17:32 steamdeck PluginLoader[990]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect cal>
Aug 01 23:17:36 steamdeck PluginLoader[990]: [main][INFO]: Failed to inject JavaScript into tab
Aug 01 23:17:36 steamdeck PluginLoader[990]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:17:36 steamdeck PluginLoader[990]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:17:36 steamdeck PluginLoader[990]: [loader][INFO]: import plugins from /home/deck/homebrew/plugins
Aug 01 23:17:37 steamdeck PluginLoader[990]: [base_events][ERROR]: Task exception was never retrieved
Aug 01 23:17:37 steamdeck PluginLoader[990]: future: <Task finished name='Task-3' coro=<PluginManager.loader_reinjector() done, defined at main.py:84> exce>
Aug 01 23:17:37 steamdeck PluginLoader[990]: Traceback (most recent call last):
Aug 01 23:17:37 steamdeck PluginLoader[990]:   File "main.py", line 87, in loader_reinjector
Aug 01 23:17:37 steamdeck PluginLoader[990]:   File "injector.py", line 94, in tab_has_global_var
Aug 01 23:17:37 steamdeck PluginLoader[990]:   File "injector.py", line 81, in get_tab
Aug 01 23:17:37 steamdeck PluginLoader[990]:   File "injector.py", line 78, in get_tabs
Aug 01 23:17:37 steamdeck PluginLoader[990]: Exception: /json did not return 200. 404 page not found
Aug 01 23:17:37 steamdeck PluginLoader[990]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:17:37 steamdeck PluginLoader[990]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:17:39 steamdeck PluginLoader[990]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:17:39 steamdeck PluginLoader[990]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:17:41 steamdeck PluginLoader[990]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:17:41 steamdeck PluginLoader[990]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:17:43 steamdeck PluginLoader[990]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:17:43 steamdeck PluginLoader[990]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:17:45 steamdeck PluginLoader[990]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:17:45 steamdeck PluginLoader[990]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:17:47 steamdeck PluginLoader[990]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:17:47 steamdeck PluginLoader[990]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:17:49 steamdeck PluginLoader[990]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:17:49 steamdeck PluginLoader[990]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:17:51 steamdeck PluginLoader[990]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:17:51 steamdeck PluginLoader[990]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:18:03 steamdeck PluginLoader[990]: [updater][INFO]: Updated remote version information
Aug 01 23:24:10 steamdeck systemd[1]: Stopping SteamDeck Plugin Loader...
Aug 01 23:24:10 steamdeck PluginLoader[990]: Traceback (most recent call last):
Aug 01 23:24:10 steamdeck PluginLoader[990]:   File "plugin.py", line 13, in <module>
Aug 01 23:24:10 steamdeck PluginLoader[990]:   File "multiprocessing/context.py", line 243, in set_start_method
Aug 01 23:24:10 steamdeck PluginLoader[990]: RuntimeError: context has already been set
Aug 01 23:24:10 steamdeck PluginLoader[990]: [990] Failed to execute script 'plugin' due to unhandled exception!
Aug 01 23:24:10 steamdeck PluginLoader[990]: ======== Running on http://127.0.0.1:1337 ========
Aug 01 23:24:10 steamdeck PluginLoader[990]: (Press CTRL+C to quit)
Aug 01 23:24:11 steamdeck systemd[1]: plugin_loader.service: Main process exited, code=exited, status=1/FAILURE
Aug 01 23:24:11 steamdeck systemd[1]: plugin_loader.service: Failed with result 'exit-code'.
Aug 01 23:24:11 steamdeck systemd[1]: Stopped SteamDeck Plugin Loader.
-- Boot 8ac5c6594f9240eba9b7c2bc12b03e8e --
Aug 01 23:24:31 steamdeck systemd[1]: Started SteamDeck Plugin Loader.
Aug 01 23:24:32 steamdeck PluginLoader[1022]: main.py:42: DeprecationWarning: There is no current event loop
Aug 01 23:24:32 steamdeck PluginLoader[1022]: [selector_events][DEBUG]: Using selector: EpollSelector
Aug 01 23:24:32 steamdeck PluginLoader[1022]: [loader][INFO]: plugin_path: /home/deck/homebrew/plugins
Aug 01 23:24:33 steamdeck PluginLoader[1022]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 01 23:24:33 steamdeck PluginLoader[1022]: [injector][DEBUG]: Traceback (most recent call last):
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 01 23:24:33 steamdeck PluginLoader[1022]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 01 23:24:33 steamdeck PluginLoader[1022]: The above exception was the direct cause of the following exception:
Aug 01 23:24:33 steamdeck PluginLoader[1022]: Traceback (most recent call last):
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "injector.py", line 67, in get_tabs
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "aiohttp/client.py", line 535, in _request
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "aiohttp/connector.py", line 542, in connect
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 01 23:24:33 steamdeck PluginLoader[1022]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect ca>
Aug 01 23:24:33 steamdeck PluginLoader[1022]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 01 23:24:33 steamdeck PluginLoader[1022]: [injector][DEBUG]: Traceback (most recent call last):
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 01 23:24:33 steamdeck PluginLoader[1022]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 01 23:24:33 steamdeck PluginLoader[1022]: The above exception was the direct cause of the following exception:
Aug 01 23:24:33 steamdeck PluginLoader[1022]: Traceback (most recent call last):
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "injector.py", line 67, in get_tabs
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "aiohttp/client.py", line 535, in _request
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "aiohttp/connector.py", line 542, in connect
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 01 23:24:33 steamdeck PluginLoader[1022]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 01 23:24:33 steamdeck PluginLoader[1022]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect ca>
Aug 01 23:24:38 steamdeck PluginLoader[1022]: [main][INFO]: Failed to inject JavaScript into tab
Aug 01 23:24:38 steamdeck PluginLoader[1022]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:24:38 steamdeck PluginLoader[1022]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:24:38 steamdeck PluginLoader[1022]: [loader][INFO]: import plugins from /home/deck/homebrew/plugins
Aug 01 23:24:38 steamdeck PluginLoader[1022]: [base_events][ERROR]: Task exception was never retrieved
Aug 01 23:24:38 steamdeck PluginLoader[1022]: future: <Task finished name='Task-3' coro=<PluginManager.loader_reinjector() done, defined at main.py:84> exc>
Aug 01 23:24:38 steamdeck PluginLoader[1022]: Traceback (most recent call last):
Aug 01 23:24:38 steamdeck PluginLoader[1022]:   File "main.py", line 87, in loader_reinjector
Aug 01 23:24:38 steamdeck PluginLoader[1022]:   File "injector.py", line 94, in tab_has_global_var
Aug 01 23:24:38 steamdeck PluginLoader[1022]:   File "injector.py", line 81, in get_tab
Aug 01 23:24:38 steamdeck PluginLoader[1022]:   File "injector.py", line 78, in get_tabs
Aug 01 23:24:38 steamdeck PluginLoader[1022]: Exception: /json did not return 200. 404 page not found
Aug 01 23:24:38 steamdeck PluginLoader[1022]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:24:38 steamdeck PluginLoader[1022]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:24:40 steamdeck PluginLoader[1022]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:24:40 steamdeck PluginLoader[1022]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:24:42 steamdeck PluginLoader[1022]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:24:42 steamdeck PluginLoader[1022]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:24:44 steamdeck PluginLoader[1022]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:24:44 steamdeck PluginLoader[1022]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:24:46 steamdeck PluginLoader[1022]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:24:46 steamdeck PluginLoader[1022]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:24:48 steamdeck PluginLoader[1022]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:24:48 steamdeck PluginLoader[1022]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:24:50 steamdeck PluginLoader[1022]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:24:50 steamdeck PluginLoader[1022]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:24:52 steamdeck PluginLoader[1022]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:24:52 steamdeck PluginLoader[1022]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:25:03 steamdeck PluginLoader[1022]: [updater][INFO]: Updated remote version information
Aug 01 23:58:05 steamdeck systemd[1]: Stopping SteamDeck Plugin Loader...
Aug 01 23:58:05 steamdeck PluginLoader[1022]: Traceback (most recent call last):
Aug 01 23:58:05 steamdeck PluginLoader[1022]:   File "plugin.py", line 13, in <module>
Aug 01 23:58:05 steamdeck PluginLoader[1022]:   File "multiprocessing/context.py", line 243, in set_start_method
Aug 01 23:58:05 steamdeck PluginLoader[1022]: RuntimeError: context has already been set
Aug 01 23:58:05 steamdeck PluginLoader[1022]: [1022] Failed to execute script 'plugin' due to unhandled exception!
Aug 01 23:58:05 steamdeck PluginLoader[1022]: ======== Running on http://127.0.0.1:1337 ========
Aug 01 23:58:05 steamdeck PluginLoader[1022]: (Press CTRL+C to quit)
Aug 01 23:58:05 steamdeck systemd[1]: plugin_loader.service: Main process exited, code=exited, status=1/FAILURE
Aug 01 23:58:05 steamdeck systemd[1]: plugin_loader.service: Failed with result 'exit-code'.
Aug 01 23:58:05 steamdeck systemd[1]: Stopped SteamDeck Plugin Loader.
-- Boot 188500a227b84ddeb483d97b61035f79 --
Aug 01 23:58:25 steamdeck systemd[1]: Started SteamDeck Plugin Loader.
Aug 01 23:58:25 steamdeck PluginLoader[1014]: main.py:42: DeprecationWarning: There is no current event loop
Aug 01 23:58:25 steamdeck PluginLoader[1014]: [selector_events][DEBUG]: Using selector: EpollSelector
Aug 01 23:58:25 steamdeck PluginLoader[1014]: [loader][INFO]: plugin_path: /home/deck/homebrew/plugins
Aug 01 23:58:26 steamdeck PluginLoader[1014]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 01 23:58:26 steamdeck PluginLoader[1014]: [injector][DEBUG]: Traceback (most recent call last):
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 01 23:58:26 steamdeck PluginLoader[1014]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 01 23:58:26 steamdeck PluginLoader[1014]: The above exception was the direct cause of the following exception:
Aug 01 23:58:26 steamdeck PluginLoader[1014]: Traceback (most recent call last):
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "injector.py", line 67, in get_tabs
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "aiohttp/client.py", line 535, in _request
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "aiohttp/connector.py", line 542, in connect
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 01 23:58:26 steamdeck PluginLoader[1014]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect ca>
Aug 01 23:58:26 steamdeck PluginLoader[1014]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 01 23:58:26 steamdeck PluginLoader[1014]: [injector][DEBUG]: Traceback (most recent call last):
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 01 23:58:26 steamdeck PluginLoader[1014]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 01 23:58:26 steamdeck PluginLoader[1014]: The above exception was the direct cause of the following exception:
Aug 01 23:58:26 steamdeck PluginLoader[1014]: Traceback (most recent call last):
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "injector.py", line 67, in get_tabs
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "aiohttp/client.py", line 535, in _request
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "aiohttp/connector.py", line 542, in connect
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 01 23:58:26 steamdeck PluginLoader[1014]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 01 23:58:26 steamdeck PluginLoader[1014]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect ca>
Aug 01 23:58:31 steamdeck PluginLoader[1014]: [main][INFO]: Failed to inject JavaScript into tab
Aug 01 23:58:31 steamdeck PluginLoader[1014]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:58:31 steamdeck PluginLoader[1014]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:58:31 steamdeck PluginLoader[1014]: [loader][INFO]: import plugins from /home/deck/homebrew/plugins
Aug 01 23:58:32 steamdeck PluginLoader[1014]: [base_events][ERROR]: Task exception was never retrieved
Aug 01 23:58:32 steamdeck PluginLoader[1014]: future: <Task finished name='Task-3' coro=<PluginManager.loader_reinjector() done, defined at main.py:84> exc>
Aug 01 23:58:32 steamdeck PluginLoader[1014]: Traceback (most recent call last):
Aug 01 23:58:32 steamdeck PluginLoader[1014]:   File "main.py", line 87, in loader_reinjector
Aug 01 23:58:32 steamdeck PluginLoader[1014]:   File "injector.py", line 94, in tab_has_global_var
Aug 01 23:58:32 steamdeck PluginLoader[1014]:   File "injector.py", line 81, in get_tab
Aug 01 23:58:32 steamdeck PluginLoader[1014]:   File "injector.py", line 78, in get_tabs
Aug 01 23:58:32 steamdeck PluginLoader[1014]: Exception: /json did not return 200. 404 page not found
Aug 01 23:58:32 steamdeck PluginLoader[1014]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:58:32 steamdeck PluginLoader[1014]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:58:34 steamdeck PluginLoader[1014]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:58:34 steamdeck PluginLoader[1014]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:58:36 steamdeck PluginLoader[1014]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:58:36 steamdeck PluginLoader[1014]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:58:37 steamdeck PluginLoader[1014]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:58:37 steamdeck PluginLoader[1014]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:58:39 steamdeck PluginLoader[1014]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:58:39 steamdeck PluginLoader[1014]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:58:41 steamdeck PluginLoader[1014]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:58:41 steamdeck PluginLoader[1014]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:58:43 steamdeck PluginLoader[1014]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:58:43 steamdeck PluginLoader[1014]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:58:45 steamdeck PluginLoader[1014]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:58:45 steamdeck PluginLoader[1014]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 01 23:58:58 steamdeck PluginLoader[1014]: [updater][INFO]: Updated remote version information
Aug 01 23:59:10 steamdeck PluginLoader[1014]: Traceback (most recent call last):
Aug 01 23:59:10 steamdeck PluginLoader[1014]:   File "plugin.py", line 13, in <module>
Aug 01 23:59:10 steamdeck PluginLoader[1014]:   File "multiprocessing/context.py", line 243, in set_start_method
Aug 01 23:59:10 steamdeck systemd[1]: Stopping SteamDeck Plugin Loader...
Aug 01 23:59:10 steamdeck systemd[1]: plugin_loader.service: Deactivated successfully.
Aug 01 23:59:10 steamdeck systemd[1]: Stopped SteamDeck Plugin Loader.
-- Boot 891a7a262278401281e6e023828628ec --
Aug 01 23:59:30 steamdeck systemd[1]: Started SteamDeck Plugin Loader.
Aug 01 23:59:31 steamdeck PluginLoader[991]: main.py:42: DeprecationWarning: There is no current event loop
Aug 01 23:59:31 steamdeck PluginLoader[991]: [selector_events][DEBUG]: Using selector: EpollSelector
Aug 01 23:59:31 steamdeck PluginLoader[991]: [loader][INFO]: plugin_path: /home/deck/homebrew/plugins
Aug 01 23:59:31 steamdeck PluginLoader[991]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 01 23:59:31 steamdeck PluginLoader[991]: [injector][DEBUG]: Traceback (most recent call last):
Aug 01 23:59:31 steamdeck PluginLoader[991]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 01 23:59:31 steamdeck PluginLoader[991]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 01 23:59:31 steamdeck PluginLoader[991]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 01 23:59:31 steamdeck PluginLoader[991]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 01 23:59:31 steamdeck PluginLoader[991]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 01 23:59:31 steamdeck PluginLoader[991]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 01 23:59:31 steamdeck PluginLoader[991]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 01 23:59:31 steamdeck PluginLoader[991]: The above exception was the direct cause of the following exception:
Aug 01 23:59:31 steamdeck PluginLoader[991]: Traceback (most recent call last):
Aug 01 23:59:31 steamdeck PluginLoader[991]:   File "injector.py", line 67, in get_tabs
Aug 01 23:59:31 steamdeck PluginLoader[991]:   File "aiohttp/client.py", line 535, in _request
Aug 01 23:59:31 steamdeck PluginLoader[991]:   File "aiohttp/connector.py", line 542, in connect
Aug 01 23:59:31 steamdeck PluginLoader[991]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 01 23:59:31 steamdeck PluginLoader[991]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 01 23:59:31 steamdeck PluginLoader[991]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 01 23:59:31 steamdeck PluginLoader[991]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 01 23:59:31 steamdeck PluginLoader[991]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect cal>
Aug 01 23:59:32 steamdeck PluginLoader[991]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 01 23:59:32 steamdeck PluginLoader[991]: [injector][DEBUG]: Traceback (most recent call last):
Aug 01 23:59:32 steamdeck PluginLoader[991]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 01 23:59:32 steamdeck PluginLoader[991]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 01 23:59:32 steamdeck PluginLoader[991]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 01 23:59:32 steamdeck PluginLoader[991]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 01 23:59:32 steamdeck PluginLoader[991]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 01 23:59:32 steamdeck PluginLoader[991]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 01 23:59:32 steamdeck PluginLoader[991]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 01 23:59:32 steamdeck PluginLoader[991]: The above exception was the direct cause of the following exception:
Aug 01 23:59:32 steamdeck PluginLoader[991]: Traceback (most recent call last):
Aug 01 23:59:32 steamdeck PluginLoader[991]:   File "injector.py", line 67, in get_tabs
Aug 01 23:59:32 steamdeck PluginLoader[991]:   File "aiohttp/client.py", line 535, in _request
Aug 01 23:59:32 steamdeck PluginLoader[991]:   File "aiohttp/connector.py", line 542, in connect
Aug 01 23:59:32 steamdeck PluginLoader[991]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 01 23:59:32 steamdeck PluginLoader[991]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 01 23:59:32 steamdeck PluginLoader[991]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 01 23:59:32 steamdeck PluginLoader[991]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 01 23:59:32 steamdeck PluginLoader[991]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect cal>
Aug 01 23:59:36 steamdeck PluginLoader[991]: [main][INFO]: Failed to inject JavaScript into tab
Aug 01 23:59:36 steamdeck PluginLoader[991]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:59:36 steamdeck PluginLoader[991]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:59:36 steamdeck PluginLoader[991]: [loader][INFO]: import plugins from /home/deck/homebrew/plugins
Aug 01 23:59:37 steamdeck PluginLoader[991]: [base_events][ERROR]: Task exception was never retrieved
Aug 01 23:59:37 steamdeck PluginLoader[991]: future: <Task finished name='Task-3' coro=<PluginManager.loader_reinjector() done, defined at main.py:84> exce>
Aug 01 23:59:37 steamdeck PluginLoader[991]: Traceback (most recent call last):
Aug 01 23:59:37 steamdeck PluginLoader[991]:   File "main.py", line 87, in loader_reinjector
Aug 01 23:59:37 steamdeck PluginLoader[991]:   File "injector.py", line 94, in tab_has_global_var
Aug 01 23:59:37 steamdeck PluginLoader[991]:   File "injector.py", line 81, in get_tab
Aug 01 23:59:37 steamdeck PluginLoader[991]:   File "injector.py", line 78, in get_tabs
Aug 01 23:59:37 steamdeck PluginLoader[991]: Exception: /json did not return 200. 404 page not found
Aug 01 23:59:37 steamdeck PluginLoader[991]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:59:37 steamdeck PluginLoader[991]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:59:39 steamdeck PluginLoader[991]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:59:39 steamdeck PluginLoader[991]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:59:41 steamdeck PluginLoader[991]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:59:41 steamdeck PluginLoader[991]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:59:42 steamdeck PluginLoader[991]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:59:42 steamdeck PluginLoader[991]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:59:44 steamdeck PluginLoader[991]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:59:44 steamdeck PluginLoader[991]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:59:46 steamdeck PluginLoader[991]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:59:46 steamdeck PluginLoader[991]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:59:48 steamdeck PluginLoader[991]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:59:48 steamdeck PluginLoader[991]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:59:50 steamdeck PluginLoader[991]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 01 23:59:50 steamdeck PluginLoader[991]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 02 00:00:02 steamdeck PluginLoader[991]: [updater][INFO]: Updated remote version information
Aug 02 00:00:11 steamdeck systemd[1]: Stopping SteamDeck Plugin Loader...
Aug 02 00:00:11 steamdeck PluginLoader[991]: ======== Running on http://127.0.0.1:1337 ========
Aug 02 00:00:11 steamdeck PluginLoader[991]: (Press CTRL+C to quit)
Aug 02 00:00:11 steamdeck systemd[1]: plugin_loader.service: Main process exited, code=exited, status=1/FAILURE
Aug 02 00:00:11 steamdeck systemd[1]: plugin_loader.service: Failed with result 'exit-code'.
Aug 02 00:00:11 steamdeck systemd[1]: Stopped SteamDeck Plugin Loader.
Aug 02 00:00:11 steamdeck systemd[1]: plugin_loader.service: Consumed 1.005s CPU time.
-- Boot 8715c03d64534992b78f2edb44c49a8a --
Aug 02 00:00:30 steamdeck systemd[1]: Started SteamDeck Plugin Loader.
Aug 02 00:00:31 steamdeck PluginLoader[993]: main.py:42: DeprecationWarning: There is no current event loop
Aug 02 00:00:31 steamdeck PluginLoader[993]: [selector_events][DEBUG]: Using selector: EpollSelector
Aug 02 00:00:31 steamdeck PluginLoader[993]: [loader][INFO]: plugin_path: /home/deck/homebrew/plugins
Aug 02 00:00:31 steamdeck PluginLoader[993]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 02 00:00:31 steamdeck PluginLoader[993]: [injector][DEBUG]: Traceback (most recent call last):
Aug 02 00:00:31 steamdeck PluginLoader[993]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 02 00:00:31 steamdeck PluginLoader[993]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 02 00:00:31 steamdeck PluginLoader[993]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 02 00:00:31 steamdeck PluginLoader[993]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 02 00:00:31 steamdeck PluginLoader[993]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 02 00:00:31 steamdeck PluginLoader[993]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 02 00:00:31 steamdeck PluginLoader[993]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 02 00:00:31 steamdeck PluginLoader[993]: The above exception was the direct cause of the following exception:
Aug 02 00:00:31 steamdeck PluginLoader[993]: Traceback (most recent call last):
Aug 02 00:00:31 steamdeck PluginLoader[993]:   File "injector.py", line 67, in get_tabs
Aug 02 00:00:31 steamdeck PluginLoader[993]:   File "aiohttp/client.py", line 535, in _request
Aug 02 00:00:31 steamdeck PluginLoader[993]:   File "aiohttp/connector.py", line 542, in connect
Aug 02 00:00:31 steamdeck PluginLoader[993]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 02 00:00:31 steamdeck PluginLoader[993]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 02 00:00:31 steamdeck PluginLoader[993]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 02 00:00:31 steamdeck PluginLoader[993]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 02 00:00:31 steamdeck PluginLoader[993]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect cal>
Aug 02 00:00:32 steamdeck PluginLoader[993]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 02 00:00:32 steamdeck PluginLoader[993]: [injector][DEBUG]: Traceback (most recent call last):
Aug 02 00:00:32 steamdeck PluginLoader[993]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 02 00:00:32 steamdeck PluginLoader[993]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 02 00:00:32 steamdeck PluginLoader[993]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 02 00:00:32 steamdeck PluginLoader[993]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 02 00:00:32 steamdeck PluginLoader[993]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 02 00:00:32 steamdeck PluginLoader[993]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 02 00:00:32 steamdeck PluginLoader[993]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 02 00:00:32 steamdeck PluginLoader[993]: The above exception was the direct cause of the following exception:
Aug 02 00:00:32 steamdeck PluginLoader[993]: Traceback (most recent call last):
Aug 02 00:00:32 steamdeck PluginLoader[993]:   File "injector.py", line 67, in get_tabs
Aug 02 00:00:32 steamdeck PluginLoader[993]:   File "aiohttp/client.py", line 535, in _request
Aug 02 00:00:32 steamdeck PluginLoader[993]:   File "aiohttp/connector.py", line 542, in connect
Aug 02 00:00:32 steamdeck PluginLoader[993]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 02 00:00:32 steamdeck PluginLoader[993]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 02 00:00:32 steamdeck PluginLoader[993]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 02 00:00:32 steamdeck PluginLoader[993]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 02 00:00:32 steamdeck PluginLoader[993]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect cal>
Aug 02 00:00:36 steamdeck PluginLoader[993]: [main][INFO]: Failed to inject JavaScript into tab
Aug 02 00:00:36 steamdeck PluginLoader[993]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 02 00:00:36 steamdeck PluginLoader[993]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 02 00:00:36 steamdeck PluginLoader[993]: [loader][INFO]: import plugins from /home/deck/homebrew/plugins
Aug 02 00:00:37 steamdeck PluginLoader[993]: [base_events][ERROR]: Task exception was never retrieved
Aug 02 00:00:37 steamdeck PluginLoader[993]: future: <Task finished name='Task-3' coro=<PluginManager.loader_reinjector() done, defined at main.py:84> exce>
Aug 02 00:00:37 steamdeck PluginLoader[993]: Traceback (most recent call last):
Aug 02 00:00:37 steamdeck PluginLoader[993]:   File "main.py", line 87, in loader_reinjector
Aug 02 00:00:37 steamdeck PluginLoader[993]:   File "injector.py", line 94, in tab_has_global_var
Aug 02 00:00:37 steamdeck PluginLoader[993]:   File "injector.py", line 81, in get_tab
Aug 02 00:00:37 steamdeck PluginLoader[993]:   File "injector.py", line 78, in get_tabs
Aug 02 00:00:37 steamdeck PluginLoader[993]: Exception: /json did not return 200. 404 page not found
Aug 02 00:00:37 steamdeck PluginLoader[993]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 02 00:00:37 steamdeck PluginLoader[993]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 02 00:00:39 steamdeck PluginLoader[993]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 02 00:00:39 steamdeck PluginLoader[993]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 02 00:00:41 steamdeck PluginLoader[993]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 02 00:00:41 steamdeck PluginLoader[993]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 02 00:00:42 steamdeck PluginLoader[993]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 02 00:00:42 steamdeck PluginLoader[993]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 02 00:00:44 steamdeck PluginLoader[993]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 02 00:00:44 steamdeck PluginLoader[993]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 02 00:00:46 steamdeck PluginLoader[993]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 02 00:00:46 steamdeck PluginLoader[993]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 02 00:00:48 steamdeck PluginLoader[993]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 02 00:00:48 steamdeck PluginLoader[993]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 02 00:00:50 steamdeck PluginLoader[993]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 02 00:00:50 steamdeck PluginLoader[993]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 02 00:01:01 steamdeck PluginLoader[993]: [updater][INFO]: Updated remote version information
Aug 02 00:16:22 steamdeck PluginLoader[993]: ======== Running on http://127.0.0.1:1337 ========
Aug 02 00:16:22 steamdeck PluginLoader[993]: (Press CTRL+C to quit)
Aug 02 00:16:22 steamdeck systemd[1]: Stopping SteamDeck Plugin Loader...
Aug 02 00:16:22 steamdeck systemd[1]: plugin_loader.service: Main process exited, code=exited, status=1/FAILURE
Aug 02 00:16:22 steamdeck systemd[1]: plugin_loader.service: Failed with result 'exit-code'.
Aug 02 00:16:22 steamdeck systemd[1]: Stopped SteamDeck Plugin Loader.
-- Boot 4b21137a583d47ab88ed050e501fe1ca --
Aug 02 00:16:43 steamdeck systemd[1]: Started SteamDeck Plugin Loader.
Aug 02 00:16:44 steamdeck PluginLoader[1004]: main.py:42: DeprecationWarning: There is no current event loop
Aug 02 00:16:44 steamdeck PluginLoader[1004]: [selector_events][DEBUG]: Using selector: EpollSelector
Aug 02 00:16:44 steamdeck PluginLoader[1004]: [loader][INFO]: plugin_path: /home/deck/homebrew/plugins
Aug 02 00:16:44 steamdeck PluginLoader[1004]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 02 00:16:44 steamdeck PluginLoader[1004]: [injector][DEBUG]: Traceback (most recent call last):
Aug 02 00:16:44 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 02 00:16:44 steamdeck PluginLoader[1004]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 02 00:16:44 steamdeck PluginLoader[1004]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 02 00:16:44 steamdeck PluginLoader[1004]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 02 00:16:44 steamdeck PluginLoader[1004]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 02 00:16:44 steamdeck PluginLoader[1004]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 02 00:16:44 steamdeck PluginLoader[1004]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 02 00:16:44 steamdeck PluginLoader[1004]: The above exception was the direct cause of the following exception:
Aug 02 00:16:44 steamdeck PluginLoader[1004]: Traceback (most recent call last):
Aug 02 00:16:44 steamdeck PluginLoader[1004]:   File "injector.py", line 67, in get_tabs
Aug 02 00:16:44 steamdeck PluginLoader[1004]:   File "aiohttp/client.py", line 535, in _request
Aug 02 00:16:44 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 542, in connect
Aug 02 00:16:44 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 02 00:16:44 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 02 00:16:44 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 02 00:16:44 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 02 00:16:44 steamdeck PluginLoader[1004]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect ca>
Aug 02 00:16:45 steamdeck PluginLoader[1004]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 02 00:16:45 steamdeck PluginLoader[1004]: [injector][DEBUG]: Traceback (most recent call last):
Aug 02 00:16:45 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 02 00:16:45 steamdeck PluginLoader[1004]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 02 00:16:45 steamdeck PluginLoader[1004]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 02 00:16:45 steamdeck PluginLoader[1004]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 02 00:16:45 steamdeck PluginLoader[1004]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 02 00:16:45 steamdeck PluginLoader[1004]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 02 00:16:45 steamdeck PluginLoader[1004]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 02 00:16:45 steamdeck PluginLoader[1004]: The above exception was the direct cause of the following exception:
Aug 02 00:16:45 steamdeck PluginLoader[1004]: Traceback (most recent call last):
Aug 02 00:16:45 steamdeck PluginLoader[1004]:   File "injector.py", line 67, in get_tabs
Aug 02 00:16:45 steamdeck PluginLoader[1004]:   File "aiohttp/client.py", line 535, in _request
Aug 02 00:16:45 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 542, in connect
Aug 02 00:16:45 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 02 00:16:45 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 02 00:16:45 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 02 00:16:45 steamdeck PluginLoader[1004]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 02 00:16:45 steamdeck PluginLoader[1004]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect ca>
Aug 02 00:16:49 steamdeck PluginLoader[1004]: [main][INFO]: Failed to inject JavaScript into tab
Aug 02 00:16:49 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 02 00:16:49 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 02 00:16:50 steamdeck PluginLoader[1004]: [loader][INFO]: import plugins from /home/deck/homebrew/plugins
Aug 02 00:16:50 steamdeck PluginLoader[1004]: [base_events][ERROR]: Task exception was never retrieved
Aug 02 00:16:50 steamdeck PluginLoader[1004]: future: <Task finished name='Task-3' coro=<PluginManager.loader_reinjector() done, defined at main.py:84> exc>
Aug 02 00:16:50 steamdeck PluginLoader[1004]: Traceback (most recent call last):
Aug 02 00:16:50 steamdeck PluginLoader[1004]:   File "main.py", line 87, in loader_reinjector
Aug 02 00:16:50 steamdeck PluginLoader[1004]:   File "injector.py", line 94, in tab_has_global_var
Aug 02 00:16:50 steamdeck PluginLoader[1004]:   File "injector.py", line 81, in get_tab
Aug 02 00:16:50 steamdeck PluginLoader[1004]:   File "injector.py", line 78, in get_tabs
Aug 02 00:16:50 steamdeck PluginLoader[1004]: Exception: /json did not return 200. 404 page not found
Aug 02 00:16:50 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 02 00:16:50 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 02 00:16:52 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 02 00:16:52 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 02 00:16:54 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 02 00:16:54 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 02 00:16:56 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 02 00:16:56 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 02 00:16:58 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 02 00:16:58 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 02 00:16:59 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 02 00:16:59 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 02 00:17:01 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 02 00:17:01 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 02 00:17:03 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 02 00:17:03 steamdeck PluginLoader[1004]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 02 00:17:14 steamdeck PluginLoader[1004]: [updater][INFO]: Updated remote version information
Aug 02 15:13:57 steamdeck systemd[1]: Stopping SteamDeck Plugin Loader...
Aug 02 15:13:57 steamdeck PluginLoader[1004]: Traceback (most recent call last):
Aug 02 15:13:57 steamdeck PluginLoader[1004]:   File "plugin.py", line 13, in <module>
Aug 02 15:13:57 steamdeck PluginLoader[1004]:   File "multiprocessing/context.py", line 243, in set_start_method
Aug 02 15:13:57 steamdeck PluginLoader[1004]: RuntimeError: context has already been set
Aug 02 15:13:57 steamdeck PluginLoader[1004]: [1004] Failed to execute script 'plugin' due to unhandled exception!
Aug 02 15:13:57 steamdeck PluginLoader[1004]: ======== Running on http://127.0.0.1:1337 ========
Aug 02 15:13:57 steamdeck PluginLoader[1004]: (Press CTRL+C to quit)
Aug 02 15:13:57 steamdeck systemd[1]: plugin_loader.service: Main process exited, code=exited, status=1/FAILURE
Aug 02 15:13:57 steamdeck systemd[1]: plugin_loader.service: Failed with result 'exit-code'.
Aug 02 15:13:57 steamdeck systemd[1]: Stopped SteamDeck Plugin Loader.
Aug 02 15:13:57 steamdeck systemd[1]: plugin_loader.service: Consumed 1.127s CPU time.
Aug 02 15:14:15 steamdeck systemd[1]: Started SteamDeck Plugin Loader.
Aug 02 15:14:16 steamdeck PluginLoader[7058]: main.py:42: DeprecationWarning: There is no current event loop
Aug 02 15:14:16 steamdeck PluginLoader[7058]: [selector_events][DEBUG]: Using selector: EpollSelector
Aug 02 15:14:16 steamdeck PluginLoader[7058]: [loader][INFO]: plugin_path: /home/deck/homebrew/plugins
Aug 02 15:14:16 steamdeck PluginLoader[7058]: [main][INFO]: Failed to inject JavaScript into tab
Aug 02 15:14:16 steamdeck PluginLoader[7058]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 02 15:14:16 steamdeck PluginLoader[7058]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRI>
Aug 02 15:14:16 steamdeck PluginLoader[7058]: [loader][INFO]: import plugins from /home/deck/homebrew/plugins
Aug 02 15:14:17 steamdeck PluginLoader[7058]: [base_events][ERROR]: Task exception was never retrieved
Aug 02 15:14:17 steamdeck PluginLoader[7058]: future: <Task finished name='Task-3' coro=<PluginManager.loader_reinjector() done, defined at main.py:84> exc>
Aug 02 15:14:17 steamdeck PluginLoader[7058]: Traceback (most recent call last):
Aug 02 15:14:17 steamdeck PluginLoader[7058]:   File "main.py", line 87, in loader_reinjector
Aug 02 15:14:17 steamdeck PluginLoader[7058]:   File "injector.py", line 94, in tab_has_global_var
Aug 02 15:14:17 steamdeck PluginLoader[7058]:   File "injector.py", line 81, in get_tab
Aug 02 15:14:17 steamdeck PluginLoader[7058]:   File "injector.py", line 78, in get_tabs
Aug 02 15:14:17 steamdeck PluginLoader[7058]: Exception: /json did not return 200. 404 page not found
Aug 02 15:14:47 steamdeck PluginLoader[7058]: [updater][INFO]: Updated remote version information
Aug 02 15:20:35 steamdeck systemd[1]: Stopping SteamDeck Plugin Loader...
Aug 02 15:20:35 steamdeck PluginLoader[7058]: ======== Running on http://127.0.0.1:1337 ========
Aug 02 15:20:35 steamdeck PluginLoader[7058]: (Press CTRL+C to quit)
Aug 02 15:20:35 steamdeck systemd[1]: plugin_loader.service: Main process exited, code=exited, status=1/FAILURE
Aug 02 15:20:35 steamdeck systemd[1]: plugin_loader.service: Failed with result 'exit-code'.
Aug 02 15:20:35 steamdeck systemd[1]: Stopped SteamDeck Plugin Loader.
-- Boot 62a174abbf334b4395b2c2680442f415 --
Aug 02 15:20:56 steamdeck systemd[1]: Started SteamDeck Plugin Loader.
Aug 02 15:20:57 steamdeck PluginLoader[992]: main.py:42: DeprecationWarning: There is no current event loop
Aug 02 15:20:57 steamdeck PluginLoader[992]: [selector_events][DEBUG]: Using selector: EpollSelector
Aug 02 15:20:57 steamdeck PluginLoader[992]: [loader][INFO]: plugin_path: /home/deck/homebrew/plugins
Aug 02 15:20:57 steamdeck PluginLoader[992]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 02 15:20:57 steamdeck PluginLoader[992]: [injector][DEBUG]: Traceback (most recent call last):
Aug 02 15:20:57 steamdeck PluginLoader[992]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 02 15:20:57 steamdeck PluginLoader[992]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 02 15:20:57 steamdeck PluginLoader[992]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 02 15:20:57 steamdeck PluginLoader[992]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 02 15:20:57 steamdeck PluginLoader[992]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 02 15:20:57 steamdeck PluginLoader[992]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 02 15:20:57 steamdeck PluginLoader[992]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 02 15:20:57 steamdeck PluginLoader[992]: The above exception was the direct cause of the following exception:
Aug 02 15:20:57 steamdeck PluginLoader[992]: Traceback (most recent call last):
Aug 02 15:20:57 steamdeck PluginLoader[992]:   File "injector.py", line 67, in get_tabs
Aug 02 15:20:57 steamdeck PluginLoader[992]:   File "aiohttp/client.py", line 535, in _request
Aug 02 15:20:57 steamdeck PluginLoader[992]:   File "aiohttp/connector.py", line 542, in connect
Aug 02 15:20:57 steamdeck PluginLoader[992]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 02 15:20:57 steamdeck PluginLoader[992]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 02 15:20:57 steamdeck PluginLoader[992]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 02 15:20:57 steamdeck PluginLoader[992]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 02 15:20:57 steamdeck PluginLoader[992]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect cal>
Aug 02 15:20:58 steamdeck PluginLoader[992]: [injector][DEBUG]: Steam isn't available yet. Wait for a moment...
Aug 02 15:20:58 steamdeck PluginLoader[992]: [injector][DEBUG]: Traceback (most recent call last):
Aug 02 15:20:58 steamdeck PluginLoader[992]:   File "aiohttp/connector.py", line 986, in _wrap_create_connection
Aug 02 15:20:58 steamdeck PluginLoader[992]:   File "asyncio/base_events.py", line 1064, in create_connection
Aug 02 15:20:58 steamdeck PluginLoader[992]:   File "asyncio/base_events.py", line 1049, in create_connection
Aug 02 15:20:58 steamdeck PluginLoader[992]:   File "asyncio/base_events.py", line 960, in _connect_sock
Aug 02 15:20:58 steamdeck PluginLoader[992]:   File "asyncio/selector_events.py", line 500, in sock_connect
Aug 02 15:20:58 steamdeck PluginLoader[992]:   File "asyncio/selector_events.py", line 535, in _sock_connect_cb
Aug 02 15:20:58 steamdeck PluginLoader[992]: ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8080)
Aug 02 15:20:58 steamdeck PluginLoader[992]: The above exception was the direct cause of the following exception:
Aug 02 15:20:58 steamdeck PluginLoader[992]: Traceback (most recent call last):
Aug 02 15:20:58 steamdeck PluginLoader[992]:   File "injector.py", line 67, in get_tabs
Aug 02 15:20:58 steamdeck PluginLoader[992]:   File "aiohttp/client.py", line 535, in _request
Aug 02 15:20:58 steamdeck PluginLoader[992]:   File "aiohttp/connector.py", line 542, in connect
Aug 02 15:20:58 steamdeck PluginLoader[992]:   File "aiohttp/connector.py", line 907, in _create_connection
Aug 02 15:20:58 steamdeck PluginLoader[992]:   File "aiohttp/connector.py", line 1206, in _create_direct_connection
Aug 02 15:20:58 steamdeck PluginLoader[992]:   File "aiohttp/connector.py", line 1175, in _create_direct_connection
Aug 02 15:20:58 steamdeck PluginLoader[992]:   File "aiohttp/connector.py", line 992, in _wrap_create_connection
Aug 02 15:20:58 steamdeck PluginLoader[992]: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:8080 ssl:default [Connect cal>
Aug 02 15:21:02 steamdeck PluginLoader[992]: [main][INFO]: Failed to inject JavaScript into tab
Aug 02 15:21:02 steamdeck PluginLoader[992]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 02 15:21:02 steamdeck PluginLoader[992]: [inotify_buffer][DEBUG]: in-event <InotifyEvent: src_path=b'/home/deck/homebrew/plugins', wd=1, mask=IN_ATTRIB>
Aug 02 15:21:02 steamdeck PluginLoader[992]: [loader][INFO]: import plugins from /home/deck/homebrew/plugins
Aug 02 15:21:03 steamdeck PluginLoader[992]: [base_events][ERROR]: Task exception was never retrieved
Aug 02 15:21:03 steamdeck PluginLoader[992]: future: <Task finished name='Task-3' coro=<PluginManager.loader_reinjector() done, defined at main.py:84> exce>
Aug 02 15:21:03 steamdeck PluginLoader[992]: Traceback (most recent call last):
Aug 02 15:21:03 steamdeck PluginLoader[992]:   File "main.py", line 87, in loader_reinjector
Aug 02 15:21:03 steamdeck PluginLoader[992]:   File "injector.py", line 94, in tab_has_global_var
Aug 02 15:21:03 steamdeck PluginLoader[992]:   File "injector.py", line 81, in get_tab
Aug 02 15:21:03 steamdeck PluginLoader[992]:   File "injector.py", line 78, in get_tabs
Aug 02 15:21:03 steamdeck PluginLoader[992]: Exception: /json did not return 200. 404 page not found
Aug 02 15:21:28 steamdeck PluginLoader[992]: [updater][INFO]: Updated remote version information
lines 939-974/974 (END)
TrainDoctor commented 2 years ago

Sorry about that, didn't realize that wasn't the full log. Here's the full log from the latest install attempt. Also, Crankshaft is not installed.

It would appear that a program you're using is blocking the 8080 port. If you are running syncthing via a systemd service you need to configure it to move it to another port.

This can also be caused by other programs that might utilize port 8080.

RevolverUnit commented 2 years ago

That did the trick! Did a bit of research and it turns out Syncthing doesn't play nicely when CEF Remote Debugging is enabled. Consider this issue done and closed.

For anyone else having the same problem, you have to manually change the port in ~/.config/syncthing/config.xml, or /home/deck/.var/app/me.kozec.syncthingtk/config/syncthing/config.xml if you're using SyncthingGTK from Discover.

intelfx commented 1 year ago

It would appear that a program you're using is blocking the 8080 port. If you are running syncthing via a systemd service you need to configure it to move it to another port.

This can also be caused by other programs that might utilize port 8080.

I was just having the same problem and it took me some digging in the bug trackers to find this information.

Perhaps this could be placed in the FAQ, or maybe a less-commonly-used port could be used by Decky? After all I guess it is not uncommon for technically-minded people to also run extra stuff on their Decks.

NGnius commented 1 year ago

It's in common issues on the GitHub's main page. Also it's not Decky's fault, that's Valve and/or the Chromium project's settings

TrainDoctor commented 1 year ago

Perhaps this could be placed in the FAQ, or maybe a less-commonly-used port could be used by Decky? After all I guess it is not uncommon for technically-minded people to also run extra stuff on their Decks.

We don't choose to run on 8080, in fact we run on 1337. 8080 is the port used by CEF and we connect and interface with the browser via that port.

intelfx commented 1 year ago

Oh, I see. Thanks.