fix routing issue

This commit is contained in:
Lukas Pupka-Lipinski 2025-09-29 15:14:06 +02:00
parent 9497633e78
commit 54ca564db8
3 changed files with 60 additions and 14 deletions

View File

@ -14,7 +14,7 @@ from flask_socketio import SocketIO, emit
import logging import logging
import atexit import atexit
from main import SeriesApp from Main import SeriesApp
from server.core.entities.series import Serie from server.core.entities.series import Serie
from server.core.entities import SerieList from server.core.entities import SerieList
from server.infrastructure.file_system import SerieScanner from server.infrastructure.file_system import SerieScanner

View File

@ -329,3 +329,49 @@
2025-09-29 14:49:08 - INFO - __main__ - <module> - Server will be available at http://localhost:5000 2025-09-29 14:49:08 - INFO - __main__ - <module> - Server will be available at http://localhost:5000
2025-09-29 14:49:12 - INFO - __main__ - <module> - Enhanced logging system initialized 2025-09-29 14:49:12 - INFO - __main__ - <module> - Enhanced logging system initialized
2025-09-29 14:49:12 - WARNING - werkzeug - _log - * Debugger is active! 2025-09-29 14:49:12 - WARNING - werkzeug - _log - * Debugger is active!
2025-09-29 15:01:30 - INFO - __main__ - <module> - Enhanced logging system initialized
2025-09-29 15:01:30 - INFO - __main__ - <module> - Starting Aniworld Flask server...
2025-09-29 15:01:30 - INFO - __main__ - <module> - Anime directory: \\sshfs.r\ubuntu@192.168.178.43\media\serien\Serien
2025-09-29 15:01:30 - INFO - __main__ - <module> - Log level: INFO
2025-09-29 15:01:30 - INFO - __main__ - <module> - Scheduled operations disabled
2025-09-29 15:01:30 - INFO - __main__ - <module> - Server will be available at http://localhost:5000
2025-09-29 15:01:33 - INFO - __main__ - <module> - Enhanced logging system initialized
2025-09-29 15:01:33 - WARNING - werkzeug - _log - * Debugger is active!
2025-09-29 15:09:31 - DEBUG - schedule - clear - Deleting *all* jobs
2025-09-29 15:09:31 - INFO - application.services.scheduler_service - stop_scheduler - Scheduled operations stopped
2025-09-29 15:09:31 - INFO - __main__ - <module> - Scheduler stopped
2025-09-29 15:09:31 - INFO - root - cleanup_on_exit - Application cleanup completed
2025-09-29 15:09:35 - INFO - __main__ - <module> - Enhanced logging system initialized
2025-09-29 15:09:35 - WARNING - werkzeug - _log - * Debugger is active!
2025-09-29 15:10:17 - DEBUG - schedule - clear - Deleting *all* jobs
2025-09-29 15:10:17 - INFO - application.services.scheduler_service - stop_scheduler - Scheduled operations stopped
2025-09-29 15:10:17 - INFO - __main__ - <module> - Scheduler stopped
2025-09-29 15:10:17 - INFO - root - cleanup_on_exit - Application cleanup completed
2025-09-29 15:10:17 - DEBUG - schedule - clear - Deleting *all* jobs
2025-09-29 15:10:17 - INFO - application.services.scheduler_service - stop_scheduler - Scheduled operations stopped
2025-09-29 15:10:17 - INFO - __main__ - <module> - Scheduler stopped
2025-09-29 15:10:17 - INFO - root - cleanup_on_exit - Application cleanup completed
2025-09-29 15:11:06 - INFO - __main__ - <module> - Enhanced logging system initialized
2025-09-29 15:11:06 - INFO - __main__ - <module> - Starting Aniworld Flask server...
2025-09-29 15:11:06 - INFO - __main__ - <module> - Anime directory: \\sshfs.r\ubuntu@192.168.178.43\media\serien\Serien
2025-09-29 15:11:06 - INFO - __main__ - <module> - Log level: INFO
2025-09-29 15:11:06 - INFO - __main__ - <module> - Scheduled operations disabled
2025-09-29 15:11:06 - INFO - __main__ - <module> - Server will be available at http://localhost:5000
2025-09-29 15:11:09 - INFO - __main__ - <module> - Enhanced logging system initialized
2025-09-29 15:11:09 - WARNING - werkzeug - _log - * Debugger is active!
2025-09-29 15:12:12 - DEBUG - schedule - clear - Deleting *all* jobs
2025-09-29 15:12:12 - INFO - application.services.scheduler_service - stop_scheduler - Scheduled operations stopped
2025-09-29 15:12:12 - INFO - __main__ - <module> - Scheduler stopped
2025-09-29 15:12:12 - INFO - root - cleanup_on_exit - Application cleanup completed
2025-09-29 15:12:12 - DEBUG - schedule - clear - Deleting *all* jobs
2025-09-29 15:12:12 - INFO - application.services.scheduler_service - stop_scheduler - Scheduled operations stopped
2025-09-29 15:12:12 - INFO - __main__ - <module> - Scheduler stopped
2025-09-29 15:12:12 - INFO - root - cleanup_on_exit - Application cleanup completed
2025-09-29 15:12:25 - INFO - __main__ - <module> - Enhanced logging system initialized
2025-09-29 15:12:25 - INFO - __main__ - <module> - Starting Aniworld Flask server...
2025-09-29 15:12:25 - INFO - __main__ - <module> - Anime directory: \\sshfs.r\ubuntu@192.168.178.43\media\serien\Serien
2025-09-29 15:12:25 - INFO - __main__ - <module> - Log level: INFO
2025-09-29 15:12:25 - INFO - __main__ - <module> - Scheduled operations disabled
2025-09-29 15:12:25 - INFO - __main__ - <module> - Server will be available at http://localhost:5000
2025-09-29 15:12:28 - INFO - __main__ - <module> - Enhanced logging system initialized
2025-09-29 15:12:28 - WARNING - werkzeug - _log - * Debugger is active!

View File

@ -9,7 +9,7 @@
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet"> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<!-- UX Enhancement and Mobile & Accessibility CSS --> <!-- UX Enhancement and Mobile & Accessibility CSS -->
<link rel="stylesheet" href="{{ url_for('ux_features_css') }}"> <link rel="stylesheet" href="{{ url_for('static.ux_features_css') }}">
</head> </head>
<body> <body>
@ -459,20 +459,20 @@
<script src="{{ url_for('static', filename='js/localization.js') }}"></script> <script src="{{ url_for('static', filename='js/localization.js') }}"></script>
<!-- UX Enhancement Scripts --> <!-- UX Enhancement Scripts -->
<script src="{{ url_for('keyboard_shortcuts_js') }}"></script> <script src="{{ url_for('static.keyboard_shortcuts_js') }}"></script>
<script src="{{ url_for('drag_drop_js') }}"></script> <script src="{{ url_for('static.drag_drop_js') }}"></script>
<script src="{{ url_for('bulk_operations_js') }}"></script> <script src="{{ url_for('static.bulk_operations_js') }}"></script>
<script src="{{ url_for('user_preferences_js') }}"></script> <script src="{{ url_for('static.user_preferences_js') }}"></script>
<script src="{{ url_for('advanced_search_js') }}"></script> <script src="{{ url_for('static.advanced_search_js') }}"></script>
<script src="{{ url_for('undo_redo_js') }}"></script> <script src="{{ url_for('static.undo_redo_js') }}"></script>
<!-- Mobile & Accessibility Scripts --> <!-- Mobile & Accessibility Scripts -->
<script src="{{ url_for('mobile_responsive_js') }}"></script> <script src="{{ url_for('static.mobile_responsive_js') }}"></script>
<script src="{{ url_for('touch_gestures_js') }}"></script> <script src="{{ url_for('static.touch_gestures_js') }}"></script>
<script src="{{ url_for('accessibility_features_js') }}"></script> <script src="{{ url_for('static.accessibility_features_js') }}"></script>
<script src="{{ url_for('screen_reader_support_js') }}"></script> <script src="{{ url_for('static.screen_reader_support_js') }}"></script>
<script src="{{ url_for('color_contrast_compliance_js') }}"></script> <script src="{{ url_for('static.color_contrast_compliance_js') }}"></script>
<script src="{{ url_for('multi_screen_support_js') }}"></script> <script src="{{ url_for('static.multi_screen_support_js') }}"></script>
<script src="{{ url_for('static', filename='js/app.js') }}"></script> <script src="{{ url_for('static', filename='js/app.js') }}"></script>
</body> </body>