Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in console #6

Closed
BachErik opened this issue Mar 1, 2024 · 1 comment · Fixed by #7
Closed

Exception in console #6

BachErik opened this issue Mar 1, 2024 · 1 comment · Fixed by #7
Assignees
Labels
bug Something isn't working

Comments

@BachErik
Copy link
Member

BachErik commented Mar 1, 2024

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:

Blacklist 'src\blacklist.txt' loaded.
Connecting...
Connected.
Blacklisted process 'idea64.exe' detected!
Disconnecting...
Disconnected.
Connecting...
Connected.
Blacklisted process 'Code.exe' detected!
Disconnecting...
Disconnected.
Connecting...
Connected.

after a while, this is added:

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
@NikOverflow NikOverflow self-assigned this Mar 1, 2024
@NikOverflow NikOverflow added bug Something isn't working wip This issue or pull request is currently in progress labels Mar 1, 2024
@NikOverflow
Copy link
Member

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

NikOverflow added a commit that referenced this issue Mar 2, 2024
Signed-off-by: NikOverflow <[email protected]>
@NikOverflow NikOverflow linked a pull request Mar 2, 2024 that will close this issue
@NikOverflow NikOverflow removed the wip This issue or pull request is currently in progress label Mar 2, 2024
NikOverflow added a commit that referenced this issue Mar 7, 2024
For more information here is the description:
qwertyquerty/pypresence#236
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants