You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Windows 10, and it works as expected, but after some time I got the following exception in the console. I only tested it with the blacklist on.
Normal:
Exception ignored in: <function _ProactorBasePipeTransport.__del__ at 0x00000229831E6D40>
Traceback (most recent call last):
File "C:\Users\BachErik\.pyenv\pyenv-win\versions\3.12.0\Lib\asyncio\proactor_events.py", line 116, in __del__
_warn(f"unclosed transport {self!r}", ResourceWarning, source=self)
^^^^^^^^
File "C:\Users\BachErik\.pyenv\pyenv-win\versions\3.12.0\Lib\asyncio\proactor_events.py", line 80, in __repr__
info.append(f'fd={self._sock.fileno()}')
^^^^^^^^^^^^^^^^^^^
File "C:\Users\BachErik\.pyenv\pyenv-win\versions\3.12.0\Lib\asyncio\windows_utils.py", line 102, in fileno
raise ValueError("I/O operation on closed pipe")
ValueError: I/O operation on closed pipe
Exception ignored in: <function _ProactorBasePipeTransport.__del__ at 0x00000229831E6D40>
Traceback (most recent call last):
File "C:\Users\BachErik\.pyenv\pyenv-win\versions\3.12.0\Lib\asyncio\proactor_events.py", line 116, in __del__
_warn(f"unclosed transport {self!r}", ResourceWarning, source=self)
^^^^^^^^
File "C:\Users\BachErik\.pyenv\pyenv-win\versions\3.12.0\Lib\asyncio\proactor_events.py", line 80, in __repr__
info.append(f'fd={self._sock.fileno()}')
^^^^^^^^^^^^^^^^^^^
File "C:\Users\BachErik\.pyenv\pyenv-win\versions\3.12.0\Lib\asyncio\windows_utils.py", line 102, in fileno
raise ValueError("I/O operation on closed pipe")
ValueError: I/O operation on closed pipe
The text was updated successfully, but these errors were encountered:
I did this pull request yesterday: qwertyquerty/pypresence#236 I will close the issue if the pull request got merged and i changed the requirements.txt
I use Windows 10, and it works as expected, but after some time I got the following exception in the console. I only tested it with the blacklist on.
Normal:
after a while, this is added:
The text was updated successfully, but these errors were encountered: