diff --git a/.gitignore b/.gitignore index 640b675..b362db5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ /src/__pycache__/* /src/__pycache__/ /.vs/* +/.venv/* /src/Temp/* /src/Loaders/__pycache__/* /src/Loaders/provider/__pycache__/* @@ -81,4 +82,5 @@ Temp/ temp/ tmp/ *.tmp -.coverage +.coverage +.venv/bin/dotenv diff --git a/.vscode/settings.json b/.vscode/settings.json index 2bb67de..9fe54ae 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,8 +1,11 @@ { - "python.defaultInterpreterPath": "C:\\Users\\lukas\\anaconda3\\envs\\AniWorld\\python.exe", + "python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python", "python.terminal.activateEnvironment": true, - "python.condaPath": "C:\\Users\\lukas\\anaconda3\\Scripts\\conda.exe", "python.terminal.activateEnvInCurrentTerminal": true, + "terminal.integrated.env.linux": { + "VIRTUAL_ENV": "${workspaceFolder}/.venv", + "PATH": "${workspaceFolder}/.venv/bin:${env:PATH}" + }, "python.linting.enabled": true, "python.linting.flake8Enabled": true, "python.linting.pylintEnabled": true, diff --git a/docs/instructions.md b/docs/instructions.md index 62d5e4a..3de7c14 100644 --- a/docs/instructions.md +++ b/docs/instructions.md @@ -118,99 +118,3 @@ For each task completed: --- ## TODO List: - ---- - -fix: download not working: - -elf.\_progress_service.update_progress( - -File "/app/src/server/services/progress_service.py", line 369, in update_progress - - raise ProgressServiceError( - -src.server.services.progress_service.ProgressServiceError: Progress with id 'download_queue' not found - -2026-03-11 15:15:42 [info ] Processing next item from queue item_id=108 remaining=2 serie=I Was Reincarnated as the 7th Prince So I Can Take My Time Perfecting My Magical Ability - -2026-03-11 15:15:42 [error ] Error in queue processing loop error=Progress with id 'download_queue' not found - -Traceback (most recent call last): - -File "/app/src/server/services/download_service.py", line 716, in \_process_queue - - await self._progress_service.update_progress( - -File "/app/src/server/services/progress_service.py", line 369, in update_progress - - raise ProgressServiceError( - -src.server.services.progress_service.ProgressServiceError: Progress with id 'download_queue' not found - -2026-03-11 15:15:43 [info ] Processing next item from queue item_id=109 remaining=1 serie=I Was Reincarnated as the 7th Prince So I Can Take My Time Perfecting My Magical Ability - -2026-03-11 15:15:43 [error ] Error in queue processing loop error=Progress with id 'download_queue' not found - -Traceback (most recent call last): - -File "/app/src/server/services/download_service.py", line 716, in \_process_queue - - await self._progress_service.update_progress( - -File "/app/src/server/services/progress_service.py", line 369, in update_progress - - raise ProgressServiceError( - -src.server.services.progress_service.ProgressServiceError: Progress with id 'download_queue' not found - -2026-03-11 15:15:44 [info ] Processing next item from queue item_id=110 remaining=0 serie=I Was Reincarnated as the 7th Prince So I Can Take My Time Perfecting My Magical Ability - -2026-03-11 15:15:44 [error ] Error in queue processing loop error=Progress with id 'download_queue' not found - -Traceback (most recent call last): - -File "/app/src/server/services/download_service.py", line 716, in \_process_queue - - await self._progress_service.update_progress( - -File "/app/src/server/services/progress_service.py", line 369, in update_progress - - raise ProgressServiceError( - -src.server.services.progress_service.ProgressServiceError: Progress with id 'download_queue' not found - -2026-03-11 15:15:45 [info ] Queue processing completed - all items processed - -ERROR: Task exception was never retrieved - -future: exception=ProgressServiceError("Progress with id 'download_queue' not found")> - -Traceback (most recent call last): - -File "/app/src/server/services/download_service.py", line 755, in \_process_queue - - await self._progress_service.complete_progress( - -File "/app/src/server/services/progress_service.py", line 446, in complete_progress - - raise ProgressServiceError( - -src.server.services.progress_service.ProgressServiceError: Progress with id 'download_queue' not found - -2026-03-11 15:15:46 [info ] Queue processing completed - all items processed - -ERROR: Task exception was never retrieved - -future: exception=ProgressServiceError("Progress with id 'download_queue' not found")> - -Traceback (most recent call last): - -File "/app/src/server/services/download_service.py", line 755, in \_process_queue - - await self._progress_service.complete_progress( - -File "/app/src/server/services/progress_service.py", line 446, in complete_progress - - raise ProgressServiceError( - -src.server.services.progress_service.ProgressServiceError: Progress with id 'download_queue' not found diff --git a/src/core/providers/streaming/Provider.cpython-310.pyc b/src/core/providers/streaming/Provider.cpython-310.pyc deleted file mode 100644 index 1fb0e26..0000000 Binary files a/src/core/providers/streaming/Provider.cpython-310.pyc and /dev/null differ diff --git a/src/core/providers/streaming/Provider.cpython-311.pyc b/src/core/providers/streaming/Provider.cpython-311.pyc deleted file mode 100644 index 2f115ed..0000000 Binary files a/src/core/providers/streaming/Provider.cpython-311.pyc and /dev/null differ diff --git a/src/core/providers/streaming/voe.cpython-310.pyc b/src/core/providers/streaming/voe.cpython-310.pyc deleted file mode 100644 index 5cc4421..0000000 Binary files a/src/core/providers/streaming/voe.cpython-310.pyc and /dev/null differ diff --git a/src/core/providers/streaming/voe.cpython-311.pyc b/src/core/providers/streaming/voe.cpython-311.pyc deleted file mode 100644 index a008a40..0000000 Binary files a/src/core/providers/streaming/voe.cpython-311.pyc and /dev/null differ