Skip to content

Throws an error whenever i run the script #114

@LucaGPU

Description

@LucaGPU
Traceback (most recent call last):
  File "/home/luca/Git/steam-presence/main.py", line 1232, in <module>
    main()
    ~~~~^^
  File "/home/luca/Git/steam-presence/main.py", line 1213, in main
    RPC.connect()
    ~~~~~~~~~~~^^
  File "/home/luca/.local/lib/python3.14/site-packages/pypresence/presence.py", line 91, in connect
    self.loop.run_until_complete(self.handshake())
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.14/asyncio/base_events.py", line 719, in run_until_complete
    return future.result()
           ~~~~~~~~~~~~~^^
  File "/home/luca/.local/lib/python3.14/site-packages/pypresence/baseclient.py", line 152, in handshake
    preamble = await self.sock_reader.read(8)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.14/asyncio/streams.py", line 730, in read
    await self._wait_for_data('read')
  File "/usr/lib64/python3.14/asyncio/streams.py", line 539, in _wait_for_data
    await self._waiter
  File "/usr/lib64/python3.14/asyncio/selector_events.py", line 1071, in write
    n = self._sock.send(data)
BrokenPipeError: [Errno 32] Broken pipe

Unsure what is broken as it worked fine a few days ago

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions