#44·pydoll

PermissionError

Author: mauroapoCreated Mar 11, 2025Updated Jan 4, 2026

I'm getting this error after accesing any page. It loads up but causes this issue after a while of executing.

Traceback (most recent call last): File "C:\Users\Acer\AppData\Local\Programs\Python\Python312\Lib\shutil.py", line 633, in _rmtree_unsafe os.unlink(fullname) PermissionError: [WinError 5] Access is denied: 'C:\Users\Acer\AppData\Local\Temp\tmptawzx8xr\BrowserMetrics\BrowserMetrics-67CF99F5-1758.pma'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Acer\AppData\Local\Programs\Python\Python312\Lib\weakref.py", line 666, in _exitfunc f() File "C:\Users\Acer\AppData\Local\Programs\Python\Python312\Lib\weakref.py", line 590, in call return info.func(*info.args, **(info.kwargs or {})) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Acer\AppData\Local\Programs\Python\Python312\Lib\tempfile.py", line 935, in _cleanup cls._rmtree(name, ignore_errors=ignore_errors) File "C:\Users\Acer\AppData\Local\Programs\Python\Python312\Lib\tempfile.py", line 930, in _rmtree _shutil.rmtree(name, onexc=onexc) File "C:\Users\Acer\AppData\Local\Programs\Python\Python312\Lib\shutil.py", line 781, in rmtree return _rmtree_unsafe(path, onexc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Acer\AppData\Local\Programs\Python\Python312\Lib\shutil.py", line 635, in _rmtree_unsafe onexc(os.unlink, fullname, err) File "C:\Users\Acer\AppData\Local\Programs\Python\Python312\Lib\tempfile.py", line 905, in onexc _os.unlink(path) PermissionError: [WinError 5] Access is denied: 'C:\Users\Acer\AppData\Local\Temp\tmptawzx8xr\BrowserMetrics\BrowserMetrics-67CF99F5-1758.pma'`