Last.fm-Discord-Rich-Presence icon indicating copy to clipboard operation
Last.fm-Discord-Rich-Presence copied to clipboard

Error loading on Fedora KDE Linux

Open InterstellarOne opened this issue 10 months ago • 0 comments

Starting RPC Gtk-Message: 08:50:32.197: Failed to load module "appmenu-gtk-module" Exception in thread Thread-1 (RPCFunction): Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/home/interstellar1/Desktop/Last.fm-Discord-Rich-Presence-master/main.py", line 57, in RPCFunction User.now_playing() File "/home/interstellar1/Desktop/Last.fm-Discord-Rich-Presence-master/Last_fm_api.py", line 48, in now_playing RPC.enable_RPC() File "/home/interstellar1/Desktop/Last.fm-Discord-Rich-Presence-master/DiscordRPC.py", line 15, in enable_RPC RPC.connect() File "/home/interstellar1/.local/lib/python3.11/site-packages/pypresence/presence.py", line 43, in connect self.loop.run_until_complete(self.handshake()) File "/usr/lib64/python3.11/asyncio/base_events.py", line 653, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/home/interstellar1/.local/lib/python3.11/site-packages/pypresence/baseclient.py", line 128, in handshake self.sock_reader, self.sock_writer = await asyncio.open_unix_connection(self.ipc_path, loop=self.loop) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/asyncio/streams.py", line 98, in open_unix_connection transport, _ = await loop.create_unix_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: _UnixSelectorEventLoop.create_unix_connection() got an unexpected keyword argument 'loop'

InterstellarOne avatar Aug 25 '23 15:08 InterstellarOne