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
Just set up this script and ran it for the first time. Excellent work!
I get this message upon running:
PS C:\Radarr\collector> python rcm.py ./config
C:\Radarr\collector\rcm.py:328: DeprecationWarning: pathlib.Path.enter() is deprecated and scheduled for removal in Python 3.13; Path objects as a context manager is a no-op
with Path.joinpath(output_path, folder) as fold:
C:\Radarr\collector\rcm.py:358: DeprecationWarning: pathlib.Path.enter() is deprecated and scheduled for removal in Python 3.13; Path objects as a context manager is a no-op
with Path.joinpath(config_path, u'memory.dat') as file:
My python info:
Python 3.11.5 (tags/v3.11.5:cce6ba9, Aug 24 2023, 14:38:34) [MSC v.1936 64 bit (AMD64)] on win32
The text was updated successfully, but these errors were encountered:
Just set up this script and ran it for the first time. Excellent work!
I get this message upon running:
PS C:\Radarr\collector> python rcm.py ./config
My python info:
The text was updated successfully, but these errors were encountered: