Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: crash when encoding starts #71

Closed
L0Lock opened this issue Sep 19, 2020 · 3 comments
Closed

Bug: crash when encoding starts #71

L0Lock opened this issue Sep 19, 2020 · 3 comments

Comments

@L0Lock
Copy link

L0Lock commented Sep 19, 2020

On v 2.6.32, with one specific file so far (and doesn't cause any issue on other softwares, including ffmpeg alone, davinci resolve, handbrake, ...).

I tested different HEVC encoding settings, always crashes. I also tried AV1 SVT just in case, still crashes, though the terminal output is similar but different.

Not sure if I should shorten the outputs, so get scrollwheel well oiled!

HEVC terminal output:
2020-09-19 18:56:41 DESKTOP-Chips fastflix[15888] INFO Running command: "C:\AppInstl\ffmpeg\bin\ffmpeg.EXE" -y -i "S:/temp/test.mkv" -map 0:0 -pix_fmt yuv420p10le -c:v:0 libx265 -map_metadata -1 -crf 23 -preset medium -map 0:1 -metadata:s:1 title="" -metadata:s:1 handler="" -metadata:s:1 language=eng -c:1 aac -b:1 768k -map 0:2 -metadata:s:2 title="" -metadata:s:2 handler="" -metadata:s:2 language=fre -c:2 aac -b:2 768k -map 0:4 -c:3 copy -disposition:s:3 0 -metadata:s:3 language=fra -map_chapters 0 "S:/temp/•test.mkv"
2020-09-19 18:56:41 DESKTOP-Chips fastflix[15888] INFO ffmpeg version git-2020-06-12-38737b3 Copyright (c) 2000-2020 the FFmpeg developers
2020-09-19 18:56:41 DESKTOP-Chips fastflix[15888] ERROR Could not run commands - 'charmap' codec can't decode byte 0x8f in position 82: character maps to <undefined>
Traceback (most recent call last):
  File "fastflix\widgets\command_runner.py", line 125, in run
  File "fastflix\widgets\command_runner.py", line 93, in run_command
  File "c:\python38-x64\lib\encodings\cp1252.py", line 23, in decode
UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 82: character maps to <undefined>
Traceback (most recent call last):
  File "fastflix\widgets\command_runner.py", line 125, in run
  File "fastflix\widgets\command_runner.py", line 93, in run_command
  File "c:\python38-x64\lib\encodings\cp1252.py", line 23, in decode
UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 82: character maps to <undefined>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp_33olmkxw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "fastflix\widgets\command_runner.py", line 138, in run
  File "tempfile.py", line 832, in cleanup
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 619, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 690, in rmtree
RecursionError: maximum recursion depth exceeded while calling a Python object

AV1 SVT terminal output:

2020-09-19 19:05:27 DESKTOP-Chips fastflix[13368] DEBUG setting intra-period to 23 based of fps 23.98
2020-09-19 19:05:27 DESKTOP-Chips fastflix[13368] INFO Running command: "C:\AppInstl\ffmpeg\bin\ffmpeg.EXE" -y   -i "S:/temp/test.mkv"  -map 0:0 -c copy -sc_threshold 0 -reset_timestamps 1 -f segment -segment_time 60 -an -sn -dn "C:\Users\loicd\AppData\Roaming\FastFlix\temp__ciir6cb\1_dz54wsc3\%04d.mkv"
2020-09-19 19:05:28 DESKTOP-Chips fastflix[13368] INFO ffmpeg version git-2020-06-12-38737b3 Copyright (c) 2000-2020 the FFmpeg developers
2020-09-19 19:05:28 DESKTOP-Chips fastflix[13368] INFO Input #0, matroska,webm, from 'S:/temp/test.mkv':
2020-09-19 19:05:28 DESKTOP-Chips fastflix[13368] ERROR Could not run commands - 'charmap' codec can't decode byte 0x8f in position 80: character maps to <undefined>
Traceback (most recent call last):
  File "fastflix\widgets\command_runner.py", line 125, in run
  File "fastflix\widgets\command_runner.py", line 93, in run_command
  File "c:\python38-x64\lib\encodings\cp1252.py", line 23, in decode
UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 80: character maps to <undefined>
Traceback (most recent call last):
  File "fastflix\widgets\command_runner.py", line 125, in run
  File "fastflix\widgets\command_runner.py", line 93, in run_command
  File "c:\python38-x64\lib\encodings\cp1252.py", line 23, in decode
UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 80: character maps to <undefined>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "shutil.py", line 613, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp__ciir6cb\\1_dz54wsc3\\0000.mkv'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tempfile.py", line 803, in onerror
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp__ciir6cb\\1_dz54wsc3\\0000.mkv'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "fastflix\widgets\command_runner.py", line 138, in run
  File "tempfile.py", line 832, in cleanup
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 610, in _rmtree_unsafe
  File "shutil.py", line 615, in _rmtree_unsafe
  File "tempfile.py", line 806, in onerror
  File "tempfile.py", line 814, in _rmtree
  File "shutil.py", line 737, in rmtree
  File "shutil.py", line 596, in _rmtree_unsafe
  File "shutil.py", line 593, in _rmtree_unsafe
NotADirectoryError: [WinError 267] The directory name is invalid: 'C:\\Users\\loicd\\AppData\\Roaming\\FastFlix\\temp__ciir6cb\\1_dz54wsc3\\0000.mkv'
@cdgriffith
Copy link
Owner

Thanks for the detailed info! This is a bigger issue that #26 was trying to describe, but now just needs fixed.

Can you see if these fixes work for you? https://ci.appveyor.com/project/cdgriffith/fastflix/build/artifacts

@L0Lock
Copy link
Author

L0Lock commented Sep 19, 2020

It doesn't crash anymore, you rock! 💪

cdgriffith added a commit that referenced this issue Sep 19, 2020
* Fixing #71 #26 encoding issues in video files (thanks to -L0Lock-)
* Fixing tempfile issue with recursion on cleanup
* Fixing SVT AV1 command building raising errors on bad crop
@cdgriffith
Copy link
Owner

Excellent! Fix version 2.6.3 https://github.com/cdgriffith/FastFlix/releases/tag/2.6.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants