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
{{ message }}
This repository was archived by the owner on Oct 4, 2023. It is now read-only.
as can be seen from the following snippet:
imgurpython/imgurpython/client.py
Lines 582 to 596 in 534c2c8
The file needs to be closed after being opened. The code above can be easily changed into the following:
And the issue will be fixed. The issue is that a BufferedReader is left open and never closed.