Advertisement
Guest User

Untitled

a guest
Oct 24th, 2024
678
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1.  
  2. [automove.py] Traceback (most recent call last):
  3. [automove.py] File "C:\Users/BridgesProduction/Desktop\automove.py", line 18, in <module>
  4. [automove.py] file_handler = logging.FileHandler(log_file)
  5. [automove.py] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6. [automove.py] File "C:\Users\BridgesProduction\AppData\Local\Programs\Python\Python312\Lib\logging\__init__.py", line 1231, in __init__
  7. [automove.py] StreamHandler.__init__(self, self._open())
  8. [automove.py] ^^^^^^^^^^^^
  9. [automove.py] File "C:\Users\BridgesProduction\AppData\Local\Programs\Python\Python312\Lib\logging\__init__.py", line 1263, in _open
  10. [automove.py] return open_func(self.baseFilename, self.mode,
  11. [automove.py] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  12. [automove.py] PermissionError: [Errno 13] Permission denied: 'C:\\Program Files\\obs-studio\\bin\\64bit\\obs_recording_move.log'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement