Noticed my emby server was down right around the time that 4.8 came out, took a look at the logs for EmbyUpdate in SystemD and found this. Any ideas?
Feb 03 15:37:40 Iceland systemd[1]: Starting embyupdate.service - EmbyUpdater...
Feb 03 15:37:41 Iceland sudo[390347]: root : PWD=/root/EmbyUpdate ; USER=*** ; COMMAND=/usr/sbin/service emby-server stop
Feb 03 15:37:41 Iceland sudo[390347]: pam_unix(sudo:session): session opened for user ***
Feb 03 15:37:41 Iceland sudo[390347]: pam_unix(sudo:session): session closed for user ***
Feb 03 15:37:41 Iceland sudo[390347]: PAM Attempted to close sd-bus after fork, this should not happen.
Feb 03 15:37:44 Iceland python3[390346]: [Feb 03 2024 - 03:37:40 PM] EmbyUpdate(self): App is up to date! Current and Online versions are at v4.20 - Stable. Continuing...
Feb 03 15:37:44 Iceland python3[390346]: [Feb 03 2024 - 03:37:40 PM] We were unable to connect to a running instance of Emby Server. If it's running, try running the config updater to check settings.
Feb 03 15:37:44 Iceland python3[390346]: [Feb 03 2024 - 03:37:41 PM] EmbyUpdate: Most recent online version is 4.8.0.80 - Stable and current installed version is 4.7.14.0 - Stable for server gStream. We're >
Feb 03 15:37:44 Iceland python3[390346]: [Feb 03 2024 - 03:37:41 PM] EmbyUpdate: Starting update......
Feb 03 15:37:44 Iceland python3[390346]: [Feb 03 2024 - 03:37:41 PM] Stopping Emby server.....
Feb 03 15:37:44 Iceland python3[390346]: [Feb 03 2024 - 03:37:44 PM] Emby Server Stopped...
Feb 03 15:37:44 Iceland python3[390346]: [Feb 03 2024 - 03:37:44 PM] Starting Package download... Please wait, this can take several minutes.
Feb 03 15:37:44 Iceland python3[390346]: *** EmbyUpdate: Something went wrong on the update/install.
Feb 03 15:37:44 Iceland python3[390346]: Traceback (most recent call last):
Feb 03 15:37:44 Iceland python3[390346]: File "/root/EmbyUpdate/functions/install.py", line 64, in update_emby
Feb 03 15:37:44 Iceland python3[390346]: download = requests.get(download_url)
Feb 03 15:37:44 Iceland python3[390346]: ^^^^^^^^^^^^^^^^^^^^^^^^^^
Feb 03 15:37:44 Iceland python3[390346]: File "/usr/lib/python3.12/site-packages/requests/api.py", line 73, in get
Feb 03 15:37:44 Iceland python3[390346]: return request("get", url, params=params, **kwargs)
Feb 03 15:37:44 Iceland python3[390346]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Feb 03 15:37:44 Iceland python3[390346]: File "/usr/lib/python3.12/site-packages/requests/api.py", line 59, in request
Feb 03 15:37:44 Iceland python3[390346]: return session.request(method=method, url=url, **kwargs)
Feb 03 15:37:44 Iceland python3[390346]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Feb 03 15:37:44 Iceland python3[390346]: File "/usr/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
Feb 03 15:37:44 Iceland python3[390346]: resp = self.send(prep, **send_kwargs)
Feb 03 15:37:44 Iceland python3[390346]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Feb 03 15:37:44 Iceland python3[390346]: File "/usr/lib/python3.12/site-packages/requests/sessions.py", line 697, in send
Feb 03 15:37:44 Iceland python3[390346]: adapter = self.get_adapter(url=request.url)
Feb 03 15:37:44 Iceland python3[390346]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Feb 03 15:37:44 Iceland python3[390346]: File "/usr/lib/python3.12/site-packages/requests/sessions.py", line 794, in get_adapter
Feb 03 15:37:44 Iceland python3[390346]: raise InvalidSchema(f"No connection adapters were found for {url!r}")
Feb 03 15:37:44 Iceland python3[390346]: requests.exceptions.InvalidSchema: No connection adapters were found for 'sudo dnf -y install https://github.com/MediaBrowser/Emby.Releases/releases/download/4.8.0.8>
Feb 03 15:37:45 Iceland systemd[1]: embyupdate.service: Deactivated successfully.
Feb 03 15:37:45 Iceland systemd[1]: Finished embyupdate.service - EmbyUpdater.
Noticed my emby server was down right around the time that 4.8 came out, took a look at the logs for EmbyUpdate in SystemD and found this. Any ideas?