Radiicall / jellyfin-rpc

Displays the content you're currently watching on Discord!
GNU General Public License v3.0
238 stars 18 forks source link

Couldn't connect to the Discord IPC socket #153

Closed HaleyMueller closed 1 month ago

HaleyMueller commented 1 month ago

Is there an existing issue for this?

Have you ran the program with debug logging?

What went wrong?

I tried running the service on Windows and I noticed it wasn't working correctly.

Terminal output

PS C:\Users\Admin\AppData\Roaming\jellyfin-rpc> .\jellyfin-rpc.exe --log-level=debug 2024-09-28 18:46:05 INFO [jellyfin_rpc] Initializing Jellyfin-RPC 2024-09-28 18:46:05 DEBUG [reqwest::connect] starting new connection: https://github.com/ 2024-09-28 18:46:05 DEBUG [hyper_util::client::legacy::connect::dns] resolving host="github.com" 2024-09-28 18:46:05 DEBUG [hyper_util::client::legacy::connect::http] connecting to 140.82.112.3:443 2024-09-28 18:46:05 DEBUG [hyper_util::client::legacy::connect::http] connected to 140.82.112.3:443 2024-09-28 18:46:05 DEBUG [rustls::client::hs] No cached session for DnsName("github.com") 2024-09-28 18:46:05 DEBUG [rustls::client::hs] Not resuming any session 2024-09-28 18:46:05 DEBUG [rustls::client::hs] Using ciphersuite TLS13_AES_128_GCM_SHA256 2024-09-28 18:46:05 DEBUG [rustls::client::tls13] Not resuming 2024-09-28 18:46:05 DEBUG [rustls::client::tls13] TLS1.3 encrypted extensions: [ServerNameAck, Protocols([ProtocolName(687474702f312e31)])] 2024-09-28 18:46:05 DEBUG [rustls::client::hs] ALPN protocol is Some(b"http/1.1") 2024-09-28 18:46:05 DEBUG [hyper_util::client::legacy::pool] pooling idle connection for ("https", github.com) 2024-09-28 18:46:05 DEBUG [reqwest::async_impl::client] redirecting 'https://github.com/Radiicall/jellyfin-rpc/releases/latest' to 'https://github.com/Radiicall/jellyfin-rpc/releases/tag/1.2.2' 2024-09-28 18:46:05 DEBUG [hyper_util::client::legacy::pool] reuse idle connection for ("https", github.com) 2024-09-28 18:46:06 DEBUG [jellyfin_rpc::config] Getting config path 2024-09-28 18:46:06 DEBUG [jellyfin_rpc::config] Platform is Windows 2024-09-28 18:46:06 DEBUG [jellyfin_rpc::config] Config path is: C:\Users\Admin\AppData\Roaming\jellyfin-rpc\main.json 2024-09-28 18:46:06 DEBUG [jellyfin_rpc::config] Config loaded successfully 2024-09-28 18:46:06 DEBUG [jellyfin_rpc] Creating jellyfin-rpc client builder 2024-09-28 18:46:06 DEBUG [jellyfin_rpc::config] Platform is Windows 2024-09-28 18:46:06 DEBUG [jellyfin_rpc] Found config.discord.application_id 2024-09-28 18:46:06 DEBUG [jellyfin_rpc] Building client 2024-09-28 18:46:06 INFO [jellyfin_rpc] Connecting to Discord 2024-09-28 18:46:06 INFO [jellyfin_rpc] Attempt 1: Trying to connect 2024-09-28 18:46:06 ERROR [jellyfin_rpc] Couldn't connect to the Discord IPC socket 2024-09-28 18:46:07 INFO [jellyfin_rpc] Attempt 2: Trying to connect 2024-09-28 18:46:07 ERROR [jellyfin_rpc] Couldn't connect to the Discord IPC socket 2024-09-28 18:46:09 INFO [jellyfin_rpc] Attempt 3: Trying to connect 2024-09-28 18:46:09 ERROR [jellyfin_rpc] Couldn't connect to the Discord IPC socket 2024-09-28 18:46:13 INFO [jellyfin_rpc] Attempt 4: Trying to connect 2024-09-28 18:46:13 ERROR [jellyfin_rpc] Couldn't connect to the Discord IPC socket

Jellyfin-RPC version

1.2.2

What OS are you using?

Windows 10

What version is the Jellyfin server on?

10.9.7

Anything else?

No response