TenType / discord-rich-presence

A lightweight and safe package for creating custom rich presences on Discord.
https://pypi.org/project/discord-rich-presence/
MIT License
8 stars 2 forks source link

fix: Windows named pipe connection #2

Closed Amund211 closed 1 year ago

Amund211 commented 1 year ago

On my windows machine the named pipe with a ? as the domain could not be found. Replacing this with . fixed the issue. Then I got a io.UnsupportedOperation: read when reading from the pipe. Changing the open mode from wb to rb+ fixed the issue.