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
Hello,
I'm running Unifi Controller 7.2.97-18705-1 on a CloudKey (firmware v1.1.19). Self signed certificate
This program run on a Windows 10 machine with Python 3.12.0
Exception ignored in: <function PinningHTTPSAdapter.__del__ at 0x000001DB23C41580>
Traceback (most recent call last):
File "C:\Users\NicolasRabaté\AppData\Roaming\Python\Python312\site-packages\unificontrol\pinned_requests.py", line 85, in __del__
File "C:\Program Files\Python312\Lib\tempfile.py", line 478, in __getattr__
AttributeError: '_io.TextIOWrapper' object has no attribute 'delete'
What could be the reason? Thank you
The text was updated successfully, but these errors were encountered:
It appears that there was some change to the deletion semantics on Windows in Python 3.12. I don't have a Windows machine on which to try things, but I will take a look and see if I can work out what is going on.
It appears that there was some change to the deletion semantics on Windows in Python 3.12. I don't have a Windows machine on which to try things, but I will take a look and see if I can work out what is going on.
Thank you very much to take care of this issue. Let me know if I can be of any help on this matter for further testing, for instance.
MauritzFunke
pushed a commit
to MauritzFunke/unificontrol
that referenced
this issue
Jun 26, 2024
Hello,
I'm running Unifi Controller 7.2.97-18705-1 on a CloudKey (firmware v1.1.19). Self signed certificate
This program run on a Windows 10 machine with Python 3.12.0
triggers the following exception
What could be the reason? Thank you
The text was updated successfully, but these errors were encountered: